From e2ceec9ff40145072a2cd84fc040bcb02d727c4b Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Fri, 26 Jul 2024 10:10:42 -0400 Subject: [PATCH 1/3] update CHANGELOG --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ab9c13..b599e590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # CHANGELOG + +## [3.2.0](https://github.com/UNFmontreal/Dcm2Bids/releases/tag/3.2.0) - 2024-07-26 + +Dear dcm2bids Community, + +We are excited to announce the release of dcm2bids version 3.2.0 🎉 🥳 +It comes with a couple of new features such as: + +- With our [new container]((https://unfmontreal.github.io/Dcm2Bids/3.2.0/how-to/container/)) you can enjoy the full dcm2bids experience with defacing and bids validation more easily. +- dcm2bids is now compatible with BIDS 1.9.0 +- Updated documentation + +Thank you +Arnaud and Sam + +We would like to thank [@smeisler](https://github.com/smeisler) and the users from [neurostars](https://neurostars.org/tag/dcm2bids) for their feedbacks. + +## What's Changed +- Fixed Nick's name by @jcohenadad in https://github.com/UNFmontreal/Dcm2Bids/pull/285 +- Fetch all descriptions: id list by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/283 +- [BF] Replace macos-latest with macos-13 by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/299 +- Changed 'there' to 'their' by @joey-scanga in https://github.com/UNFmontreal/Dcm2Bids/pull/292 +- Update to BIDS 1.9 by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/301 +- [ENH] Allow disable automatic reorder entities by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/303 +- Update dev to match master' state by @SamGuay in https://github.com/UNFmontreal/Dcm2Bids/pull/306 +- [ENH] Allow user to use relative path for bids uri by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/304 +- Update GHA to use setup-python@v5 instead of v1 by @SamGuay in https://github.com/UNFmontreal/Dcm2Bids/pull/309 +- [BF] Fix output log and output folder with dcm2bids_helper by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/312 +- [BF] Fix check folder by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/313 +- Document new features + docker by @SamGuay in https://github.com/UNFmontreal/Dcm2Bids/pull/311 +- Update master to 3.2.0 by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/314 + ## [3.1.1](https://github.com/UNFmontreal/Dcm2Bids/releases/tag/3.1.1) - 2023-10-12 [](https://github.com/UNFmontreal/Dcm2Bids/releases/edit/3.1.1) From 0fc1f1d9a5f0f4c65f3bf0bd9d77b2d84534d36e Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Fri, 26 Jul 2024 10:12:32 -0400 Subject: [PATCH 2/3] update text --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b599e590..580a43d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Dear dcm2bids Community, We are excited to announce the release of dcm2bids version 3.2.0 🎉 🥳 It comes with a couple of new features such as: -- With our [new container]((https://unfmontreal.github.io/Dcm2Bids/3.2.0/how-to/container/)) you can enjoy the full dcm2bids experience with defacing and bids validation more easily. +- Our [new container]((https://unfmontreal.github.io/Dcm2Bids/3.2.0/how-to/container/)) allows you to enjoy the full dcm2bids experience with defacing and bids validation more easily. - dcm2bids is now compatible with BIDS 1.9.0 - Updated documentation From 3f92ab50d64ce685692616569fdc12f1ad88cbc4 Mon Sep 17 00:00:00 2001 From: Arnaud Bore Date: Fri, 26 Jul 2024 10:59:32 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md fix link --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580a43d0..00767fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Dear dcm2bids Community, We are excited to announce the release of dcm2bids version 3.2.0 🎉 🥳 It comes with a couple of new features such as: -- Our [new container]((https://unfmontreal.github.io/Dcm2Bids/3.2.0/how-to/container/)) allows you to enjoy the full dcm2bids experience with defacing and bids validation more easily. +- Our [new container](https://unfmontreal.github.io/Dcm2Bids/3.2.0/how-to/container/) allows you to enjoy the full dcm2bids experience with defacing and bids validation more easily. - dcm2bids is now compatible with BIDS 1.9.0 - Updated documentation @@ -32,6 +32,12 @@ We would like to thank [@smeisler](https://github.com/smeisler) and the users fr - Document new features + docker by @SamGuay in https://github.com/UNFmontreal/Dcm2Bids/pull/311 - Update master to 3.2.0 by @arnaudbore in https://github.com/UNFmontreal/Dcm2Bids/pull/314 +## New Contributors +* @jcohenadad made their first contribution in https://github.com/UNFmontreal/Dcm2Bids/pull/285 +* @joey-scanga made their first contribution in https://github.com/UNFmontreal/Dcm2Bids/pull/292 + +**Full Changelog**: https://github.com/UNFmontreal/Dcm2Bids/compare/3.1.1...3.2.0 + ## [3.1.1](https://github.com/UNFmontreal/Dcm2Bids/releases/tag/3.1.1) - 2023-10-12 [](https://github.com/UNFmontreal/Dcm2Bids/releases/edit/3.1.1)