Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare next release (1.5.1) #484

Merged
merged 3 commits into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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