diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f50a545..32514df06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ 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.6.0 + +### Fixed + +* Fix sorting particpants sessions with 2 digit, +* Fix `interpret —-save_nifti` issue, +* Fix BIDS file format for pet, + + +### Changed + +* Change 2 digits session label to 3 digits, +* Change black and isort for ruff and codespell, +* Update type hint and docstring, + +### New + +* Add `--fsdp` option +* Add `--valid_longitudinal` option to allow the validation on longitudinal data, + + + ## ClinicaDL 1.6.0 ### Fixed diff --git a/CITATION.cff b/CITATION.cff index c090642ab..19052e724 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.6.0 +cff-version: 1.6.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 f248a0ffc..0fa8908c6 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -8,5 +8,5 @@ {% endblock %} {% block announce %} -
ClinicaDL 1.6.0 is now available 🎉!
+
ClinicaDL 1.6.1 is now available 🎉!
{% endblock %} diff --git a/pyproject.toml b/pyproject.toml index 06c62d433..49dae38cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinicadl" -version = "1.6.0" +version = "1.6.1" description = "Framework for the reproducible processing of neuroimaging data with deep learning methods" license = "MIT" authors = ["ARAMIS Lab"]