From b6d3cc9d86300e9a4a6a45ec64cbe64184c7f6e4 Mon Sep 17 00:00:00 2001
From: camillebrianceau <57992134+camillebrianceau@users.noreply.github.com>
Date: Thu, 28 Sep 2023 22:56:57 +0200
Subject: [PATCH 1/3] prepare next release (1.5.1)
---
CHANGELOG.md | 16 ++++++++++++++++
CITATION.cff | 2 +-
docs/overrides/main.html | 2 +-
pyproject.toml | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee68113d0..62b65004f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## ClinicaDL 1.5.1
+
+### Fixed
+
+* Fix retrocompatibility for new option in maps.json
+
+### Changed
+
+* Change MapsManager architecture by adding Callbacks
+
+### New
+
+* Add `--fully_sharded_data_parallelism` option
+* Add `--emisions_calculator` option with codecarbon
+
+
## ClinicaDL 1.5.0
### Fixed
diff --git a/CITATION.cff b/CITATION.cff
index 7dc030801..1ea8de25c 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -1,4 +1,4 @@
-cff-version: 1.5.0
+cff-version: 1.5.1
message: If you use this software, please cite it as below.
authors:
- family-names: Thibeau-Sutre
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 749fd15fa..82b4d4778 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -8,5 +8,5 @@
{% endblock %}
{% block announce %}
-
ClinicaDL 1.5.0 is now available 🎉!
+ ClinicaDL 1.5.1 is now available 🎉!
{% endblock %}
diff --git a/pyproject.toml b/pyproject.toml
index 63c95efd2..60ecbf0f0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clinicadl"
-version = "1.5.0"
+version = "1.5.1"
description = "Framework for the reproducible processing of neuroimaging data with deep learning methods"
license = "MIT"
authors = ["ARAMIS Lab"]
From cffcd92b94516baca3a55ee8003c86a44bf4bb48 Mon Sep 17 00:00:00 2001
From: camillebrianceau <57992134+camillebrianceau@users.noreply.github.com>
Date: Thu, 5 Oct 2023 17:56:04 +0200
Subject: [PATCH 2/3] Update CHANGELOG.md
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b65004f..4e543f96a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add `--fully_sharded_data_parallelism` option
* Add `--emisions_calculator` option with codecarbon
+* Add the semi-supervised domain adaptation network proposed for the MICCAI DART workshop
## ClinicaDL 1.5.0
From 367436650d7e02dcb8a96f7bacfa25f9c84baf96 Mon Sep 17 00:00:00 2001
From: camillebrianceau <57992134+camillebrianceau@users.noreply.github.com>
Date: Fri, 6 Oct 2023 17:27:41 +0200
Subject: [PATCH 3/3] Update CHANGELOG.md
---
CHANGELOG.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e543f96a..fd1955316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,17 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-* Fix retrocompatibility for new option in maps.json
+* Fix retrocompatibility for new option in maps.json,
### Changed
-* Change MapsManager architecture by adding Callbacks
+* Change MapsManager architecture by adding Callbacks,
### New
-* Add `--fully_sharded_data_parallelism` option
-* Add `--emisions_calculator` option with codecarbon
-* Add the semi-supervised domain adaptation network proposed for the MICCAI DART workshop
+* Add `--fully_sharded_data_parallelism` option,
+* Add `--emisions_calculator` option with codecarbon,
+* Add the semi-supervised domain adaptation network proposed for the MICCAI DART workshop.
## ClinicaDL 1.5.0