diff --git a/CHANGELOG.md b/CHANGELOG.md index ee68113d0..fd1955316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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, +* Add the semi-supervised domain adaptation network proposed for the MICCAI DART workshop. + + ## 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"]