Skip to content

Commit

Permalink
Prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Aug 29, 2023
1 parent 997a0c1 commit 4715ab3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bidscoin/heuristics/bidsmap_dccn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bidscoin/heuristics/bidsmap_sst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/bidsmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4715ab3

Please sign in to comment.