From 6d0c90c43a9e3a89ec9b45c19beb918807c895a6 Mon Sep 17 00:00:00 2001 From: "omar.elrifai" Date: Tue, 5 Apr 2022 10:50:58 +0200 Subject: [PATCH] Update CHANGELOG for v0.6.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75415695a..cf205dd7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ 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.6.0 + +### Changed +- [PET*] Use `trc`instead of `acq` for BIDS compliance +- [Converters] Remove supperfluous use of `acq` entity in filenames for BIDS compliance + +### Added +- [adni-to-bids] allow extraction of metadata from xml +- [CI] Initiate use of unit tests + +### Fixed +- [adni-to-bids] fix edge case for supporting `nan` session-ids + ## Clinica 0.5.6 ### Fixed