Skip to content

Commit

Permalink
Updates for release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-rifai committed Mar 4, 2022
1 parent 5af13ec commit 4071ed2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,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).

## Clinica 0.5.6

### Fixed
- [DWIPreprocessUsingT1] Updated call to antsApplyTransform
- [Utils] Replace deprecated call to pandas `append` by `concat`

### Changed

- Upgrade minimum Python version to 3.8 and upgrade dependencies
- Set BIDS version to 1.7.0 by default (overwritten for some converters)

## Clinica 0.5.5

### Fixed
[`pet-linear`] fix bug in `pet-linear`which had the pipeline not terminate
- [`pet-linear`] fix bug in `pet-linear`which had the pipeline not terminate


## Clinica 0.5.4
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 = "clinica"
version = "0.5.5"
version = "0.5.6"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit 4071ed2

Please sign in to comment.