From 55a352d37049d92fb2568e3dbae1726013b7e50e Mon Sep 17 00:00:00 2001 From: Gensollen Date: Mon, 5 Jun 2023 21:59:53 +0200 Subject: [PATCH] Release `0.7.5` (#936) * update version number * update changelog --- docs/CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8b44d0da4..9e87a30f7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2759d3604..fa85d3934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]