From 4071ed2c96e0bdbce4cb438230b4c6501318f8a2 Mon Sep 17 00:00:00 2001 From: "omar.elrifai" Date: Fri, 4 Mar 2022 16:55:23 +0100 Subject: [PATCH] Updates for release 0.5.6 --- CHANGELOG.md | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e94773e0..75415695a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +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.5.6 + +### Fixed +- [DWIPreprocessUsingT1] Updated call to antsApplyTransform +- [Utils] Replace deprecated call to pandas `append` by `concat` + +### Changed + +- Upgrade minimum Python version to 3.8 and upgrade dependencies +- Set BIDS version to 1.7.0 by default (overwritten for some converters) + ## Clinica 0.5.5 ### Fixed - [`pet-linear`] fix bug in `pet-linear`which had the pipeline not terminate +- [`pet-linear`] fix bug in `pet-linear`which had the pipeline not terminate ## Clinica 0.5.4 diff --git a/pyproject.toml b/pyproject.toml index 8fce4f5ec..54166d3ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.5.5" +version = "0.5.6" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]