Skip to content

Commit

Permalink
Prepare next release (1.5.0) (#474)
Browse files Browse the repository at this point in the history
Update CHANGELOG.md, pyproject.toml, documentation banner and citation.cff
  • Loading branch information
camillebrianceau authored Sep 12, 2023
1 parent 8379d24 commit a1464c5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Main changes to this code/ project are documented in this file.
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.0

### Fixed

* Fix `adapt` command

### Changed

* SSIM is now executed on GPU when possible

### New

* Add new command `generate artifacts` to generate noise/contract/motion
* Add options for data augmentation
* Add fine-tuning option
* Add `--amp` for automatic mixed precision
* Add `--track_exp` option to track your parameters during training with MLflow or WandB



## ClinicaDL 1.4.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.4.0
cff-version: 1.5.0
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.4.0 is now available 🎉! </center>
<center> ClinicaDL 1.5.0 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.4.0"
version = "1.5.0"
description = "Framework for the reproducible processing of neuroimaging data with deep learning methods"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit a1464c5

Please sign in to comment.