Skip to content

Commit

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

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

### Enhanced

- [Pipelines] The clinica file reader now supports the `run` entity and picks the latest run available by default (see PR #943)
- [ADNI2BIDS] The ADNI2BIDS converter now handles PET uniform data (see PR #703)
- [PETLinear] Improve the BIDS compliance of the CAPS output (see PR #935)
- [T1Linear & FLAIRLinear] Improve the BIDS compliance of the CAPS output (see PR #940)

### Fixed

- [DWI] Fix regression in pipeline DWIPreprocessingUsingT1 which was not generating bvec file since release `0.7.4` (see PR #967)
- [ADNI2BIDS] Fix broken assertion in the metadata reader for derived images (see PR #957)
- [ADNI2BIDS] Fix BIDS violations in converter's output (see PR #959)

## Clinica 0.7.5

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

0 comments on commit 5cbb94f

Please sign in to comment.