Skip to content

Commit

Permalink
Update CHANGELOG and pyproject.toml for release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau authored May 15, 2023
1 parent 6dccbf0 commit 15198d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ 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.3.1

### Fixed

* Fix TypeError when running ClinicaDL.
* Fix `--extract_json` option bug in `clinicadl prepare-data`.
* Fix `clinicadl tsvtools get-labels` error finding `clinica iotools missing-modalities` output.

### Changed

* Changed `clinicadl tsvtools get-labels` output directory.

### New

* Add `--caps_directory` option in `clinicadl tsvtools get-labels`.
## ClinicaDL 1.3.0

### New
Expand Down
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.3.0"
version = "1.3.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 15198d6

Please sign in to comment.