Skip to content

Commit eb08045

Browse files
prepare release 1.6.1 (#553)
1 parent bdddecf commit eb08045

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## ClinicaDL 1.6.0
10+
11+
### Fixed
12+
13+
* Fix sorting particpants sessions with 2 digit,
14+
* Fix `interpret —-save_nifti` issue,
15+
* Fix BIDS file format for pet,
16+
17+
18+
### Changed
19+
20+
* Change 2 digits session label to 3 digits,
21+
* Change black and isort for ruff and codespell,
22+
* Update type hint and docstring,
23+
24+
### New
25+
26+
* Add `--fsdp` option
27+
* Add `--valid_longitudinal` option to allow the validation on longitudinal data,
28+
29+
30+
931
## ClinicaDL 1.6.0
1032

1133
### Fixed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 1.6.0
1+
cff-version: 1.6.1
22
message: If you use this software, please cite it as below.
33
authors:
44
- family-names: Thibeau-Sutre

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
{% endblock %}
99

1010
{% block announce %}
11-
<center> ClinicaDL 1.6.0 is now available 🎉! </center>
11+
<center> ClinicaDL 1.6.1 is now available 🎉! </center>
1212
{% endblock %}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clinicadl"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Framework for the reproducible processing of neuroimaging data with deep learning methods"
55
license = "MIT"
66
authors = ["ARAMIS Lab"]

0 commit comments

Comments
 (0)