Skip to content

Commit

Permalink
Prepare next release (1.5.1) (#484)
Browse files Browse the repository at this point in the history
* prepare next release (1.5.1)
  • Loading branch information
camillebrianceau authored Oct 7, 2023
1 parent c71e90e commit b2f145d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5.0
cff-version: 1.5.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.5.0 is now available 🎉! </center>
<center> ClinicaDL 1.5.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.5.0"
version = "1.5.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 b2f145d

Please sign in to comment.