Skip to content

Commit

Permalink
prepare release 1.6.1 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau authored Apr 5, 2024
1 parent bdddecf commit eb08045
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
{% endblock %}

{% block announce %}
<center> ClinicaDL 1.6.0 is now available 🎉! </center>
<center> ClinicaDL 1.6.1 is now available 🎉! </center>
{% endblock %}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit eb08045

Please sign in to comment.