Skip to content

Commit

Permalink
Release 0.8.3 (#1241)
Browse files Browse the repository at this point in the history
* update changelog

* update version number
  • Loading branch information
NicolasGensollen authored Jul 22, 2024
1 parent 687a824 commit 8def391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [IOTools] Fix `merge-tsv` when providing a `T1Freesurfer` CAPS directory (see PR [#1240](https://github.com/aramis-lab/clinica/pull/1240))

## Clinica 0.8.2

### Fixed

- [ADNI2BIDS] Fix wrong preprocessing sequence in FDG PET Uniform (see PR [#1159](https://github.com/aramis-lab/clinica/pull/1159))
- [NIFD2BIDS] Fix check on type in pandas dataframe (see PR [#1230](https://github.com/aramis-lab/clinica/pull/1227))
- [DWI] `DWIPreprocessingUsingT1` pipeline skips problematic images instead of crashing (see PR [#1169](https://github.com/aramis-lab/clinica/pull/1169))
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.8.2"
version = "0.8.3"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit 8def391

Please sign in to comment.