From 4715ab399ca3ab049d0c3cab39b6e50e79184414 Mon Sep 17 00:00:00 2001 From: MarsMellow Date: Tue, 29 Aug 2023 15:59:56 +0200 Subject: [PATCH] Prepare release 4.1.0 --- bidscoin/heuristics/bidsmap_dccn.yaml | 2 +- bidscoin/heuristics/bidsmap_sst.yaml | 2 +- docs/CHANGELOG.md | 7 +++++-- tests/test_data/bidsmap.yaml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bidscoin/heuristics/bidsmap_dccn.yaml b/bidscoin/heuristics/bidsmap_dccn.yaml index fe2d00b3..5683a650 100644 --- a/bidscoin/heuristics/bidsmap_dccn.yaml +++ b/bidscoin/heuristics/bidsmap_dccn.yaml @@ -22,7 +22,7 @@ Options: # General options and plugins # -------------------------------------------------------------------------------- bidscoin: - version: 4.1.0 # BIDScoin version (should correspond with the version in ../bidscoin/version.txt) + version: 4.1.0 # BIDScoin version (should correspond with the version in pyproject.toml) bidsignore: mrs/;extra_data/;sub-*_ct.* # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv subprefix: sub- # The subject prefix of the source data sesprefix: ses- # The session prefix of the source data diff --git a/bidscoin/heuristics/bidsmap_sst.yaml b/bidscoin/heuristics/bidsmap_sst.yaml index c12ba40e..2f38ff57 100644 --- a/bidscoin/heuristics/bidsmap_sst.yaml +++ b/bidscoin/heuristics/bidsmap_sst.yaml @@ -21,7 +21,7 @@ Options: # General options and plugins # -------------------------------------------------------------------------------- bidscoin: - version: 4.1.0 # BIDScoin version (should correspond with the version in ../bidscoin/version.txt) + version: 4.1.0 # BIDScoin version (should correspond with the version in pyproject.toml) bidsignore: mrs/;extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv subprefix: sub- # The subject prefix of the source data sesprefix: ses- # The session prefix of the source data diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 79e04e94..b94de09c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [4.1.0-dev] +## [dev] + +## [4.1.0] - 2023-08-29 ### Added - Use SeriesInstanceUID in dicomsort as a fallback @@ -371,7 +373,8 @@ A first stable release of BIDScoin :-) ### To do * Add support for non-imaging data -[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.0.0...HEAD +[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.1.0...HEAD +[4.1.0]: https://github.com/Donders-Institute/bidscoin/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/Donders-Institute/bidscoin/compare/3.7.4...4.0.0 [3.7.4]: https://github.com/Donders-Institute/bidscoin/compare/3.7.3...3.7.4 [3.7.3]: https://github.com/Donders-Institute/bidscoin/compare/3.7.2...3.7.3 diff --git a/tests/test_data/bidsmap.yaml b/tests/test_data/bidsmap.yaml index 8d3b21aa..05fa6838 100644 --- a/tests/test_data/bidsmap.yaml +++ b/tests/test_data/bidsmap.yaml @@ -20,7 +20,7 @@ Options: # General options and plugins # -------------------------------------------------------------------------------- bidscoin: - version: 4.1.0 # BIDScoin version (should correspond with the version in ../bidscoin/version.txt) + version: 4.1.0 # BIDScoin version (should correspond with the version in pyproject.toml) bidsignore: mrs/;extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv subprefix: sub- # The subject prefix of the source data sesprefix: ses- # The session prefix of the source data