From abb12cb0ab0914b9b9f3429ae3302ff34e8e4db6 Mon Sep 17 00:00:00 2001 From: Gensollen Date: Mon, 27 Mar 2023 16:54:30 +0200 Subject: [PATCH] Release `0.7.4` (#899) * update version number * update changelog * Update docs/CHANGELOG.md Co-authored-by: Ghislain Vaillant --------- Co-authored-by: Ghislain Vaillant --- docs/CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 15853b495..8b44d0da4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f4984b9e7..5436474d3 100644 --- a/pyproject.toml +++ b/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"]