Skip to content

Commit

Permalink
Release 0.7.5 (#936)
Browse files Browse the repository at this point in the history
* update version number

* update changelog
  • Loading branch information
NicolasGensollen authored Jun 5, 2023
1 parent ccd7c7d commit 55a352d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.7.5

### Enhanced

- [Converters] Improvements to GENFI to BIDS converter (see PR #909)
- [Converters] Improvements to Oasis3 to BIDS converter (see PR #911)
- [Pipelines] Add the possibility to specify a random seed to be used with ANTs (see PR #916)

### Fixed

- [Converters] GENFI to BIDS various fixes (see PRs #912, #923, #927, #930, and #934)
- [Converters] Fix ADNI to BIDS issue with unsupported visit code "uns1" (see PRs #914 and #920)
- [MachineLearning] Fix bug in CLI of pipeline `machinelearning-prepare-spatial-svm` (see PR #910)

## Clinica 0.7.4

### Enhanced
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.7.4"
version = "0.7.5"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit 55a352d

Please sign in to comment.