Skip to content

Commit

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

* update changelog

* Update docs/CHANGELOG.md

Co-authored-by: Ghislain Vaillant <ghisvail@users.noreply.github.com>

---------

Co-authored-by: Ghislain Vaillant <ghisvail@users.noreply.github.com>
  • Loading branch information
NicolasGensollen and ghisvail committed Mar 27, 2023
1 parent bd2ba3f commit abb12cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -6,6 +6,27 @@ 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.4

### Enhanced

- [DWI] Read total readout time and phase encoding direction from JSON files
- [IOTools] Session numbers are now represented using three digits instead of two
- [PET] Handle 4D images with dummy fourth dimension
- [Dependencies] Upgrade Poetry lock files to version 2

### Added

- [Converters] New GENFI to BIDS converter
- Support for Python 3.11

### Fixed

- [BUG] Fixed issue with NetworkX 3
- [BUG] Fix run statistics-volume-correction assertion error
- [DOC] Fix command in statistics volume documentation
- [IOTools] Fix `create_scan_dict` row extraction condition

## Clinica 0.7.3

### Enhanced
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clinica"
version = "0.7.3"
version = "0.7.4"
description = "Software platform for clinical neuroimaging studies"
license = "MIT"
authors = ["ARAMIS Lab"]
Expand Down

0 comments on commit abb12cb

Please sign in to comment.