Skip to content

Commit 705b771

Browse files
committed
Prepare a v4.3.3 release
1 parent 09bf063 commit 705b771

17 files changed

+182
-179
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN mkdir -p /opt/miniconda3; \
3131
# Clone bidscoin and switch to the qt5 branch \
3232
git clone https://github.com/Donders-Institute/bidscoin.git /opt/bidscoin; \
3333
cd /opt/bidscoin; \
34-
git checkout v4.3.2+qt5; \
34+
git checkout v4.3.3+qt5; \
3535
rm -rf docs tests .git
3636

3737

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Features
4343

4444
.. note::
4545

46-
* All **source code** is hosted at `Github <https://github.com/Donders-Institute/bidscoin>`__ and **freely available** under the GPL-3.0-or-later `license <https://spdx.org/licenses/GPL-3.0-or-later.html>`__.
46+
* All **source code** is hosted at `GitHub <https://github.com/Donders-Institute/bidscoin>`__ and **freely available** under the GPL-3.0-or-later `license <https://spdx.org/licenses/GPL-3.0-or-later.html>`__.
4747
* The full BIDScoin **documentation** is hosted at `Read the Docs <https://bidscoin.readthedocs.io>`__
4848
* For citation and more information, see our `BIDScoin publication <https://www.frontiersin.org/articles/10.3389/fninf.2021.770608>`__ in **Frontiers in Neuroinformatics** (`DOI: 10.3389/fninf.2021.770608 <https://doi.org/10.3389/fninf.2021.770608>`__). See `here <./plugins.html>`__ for citations of the plugins. A custom-made citation report can be generated with the help of `duecredit <https://github.com/duecredit/duecredit>`__
49-
* You are encouraged to **post issues or questions at** `Github <https://github.com/Donders-Institute/bidscoin/issues>`__ or `NeuroStars <https://neurostars.org/tag/bidscoin>`__ (tag: #bidscoin)
49+
* You are encouraged to **post issues or questions at** `GitHub <https://github.com/Donders-Institute/bidscoin/issues>`__ or `NeuroStars <https://neurostars.org/tag/bidscoin>`__ (tag: #bidscoin)
5050

5151
How to contribute
5252
-----------------

apptainer.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stage: builder
3636
# Clone bidscoin and switch to the qt5 branch
3737
git clone https://github.com/Donders-Institute/bidscoin.git /opt/bidscoin
3838
cd /opt/bidscoin
39-
git checkout v4.3.2+qt5
39+
git checkout v4.3.3+qt5
4040
rm -rf docs tests .git
4141

4242

@@ -48,7 +48,7 @@ Stage: final
4848
This BIDScoin Apptainer image includes:
4949

5050
* Debian stable,
51-
* The latest stable release of BIDScoin (v4.3.2+qt5)
51+
* The latest stable release of BIDScoin (v4.3.3+qt5)
5252
* The latest versions of dcm2niix, pydeface, spec2nii and some FSL tools
5353

5454
The general form to run BIDScoin commands is:

bidscoin/cli/_rawmapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescri
3030
parser.add_argument('-s','--sessions', help='Space separated list of selected sub-#/ses-# names/folders to be processed. Otherwise all sessions in the bidsfolder will be processed', nargs='+', metavar='SESSION')
3131
parser.add_argument('-f','--field', help='The fieldname(s) of the DICOM attribute(s) used to rename or map the subid/sesid foldernames', default=['PatientComments', 'ImageComments'], nargs='+', metavar='NAME')
3232
parser.add_argument('-w','--wildcard', help='The Unix style pathname pattern expansion that is used to select the series from which the dicomfield is being mapped (can contain wildcards)', default='*', metavar='PATTERN')
33-
parser.add_argument('-o','--outfolder', help='The mapper-file is normally saved in sourcefolder or, when using this option, in outfolder', metavar='DESTINATION')
33+
parser.add_argument('-o','--outfolder', help='The mapper-file is normally saved in sourcefolder or, when using this option, in outfolder', metavar='FOLDER')
3434
parser.add_argument('-r','--rename', help='Rename sub-subid/ses-sesid directories in the sourcefolder to sub-dcmval/ses-dcmval', action='store_true')
3535
parser.add_argument('-c','--clobber', help='Rename the sub/ses directories, even if the target-directory already exists', action='store_true')
3636
parser.add_argument('-n','--subprefix', help="The prefix common for all the source subject-folders. Use a '*' wildcard if there is no prefix", default='sub-', metavar='PREFIX')

bidscoin/heuristics/bidsmap_bids2bids.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Options:
2222
# General BIDScoin and plugin options
2323
# --------------------------------------------------------------------------------
2424
bidscoin:
25-
version: 4.3.2 # BIDScoin version (should correspond with the version in pyproject.toml)
25+
version: 4.3.3 # BIDScoin version (should correspond with the version in pyproject.toml)
2626
subprefix: sub- # The subject prefix of the source data
2727
sesprefix: ses- # The session prefix of the source data
2828
bidsignore: [mrs/, extra_data/, sub-*_ct.*] # 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]

bidscoin/heuristics/bidsmap_dccn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Options:
2323
# General BIDScoin and plugin options
2424
# --------------------------------------------------------------------------------
2525
bidscoin:
26-
version: 4.3.2 # BIDScoin version (should correspond with the version in pyproject.toml)
26+
version: 4.3.3 # BIDScoin version (should correspond with the version in pyproject.toml)
2727
subprefix: sub- # The subject prefix of the source data
2828
sesprefix: ses- # The session prefix of the source data
2929
bidsignore: [mrs/, extra_data/, sub-*_ct.*] # 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]

bidscoin/heuristics/bidsmap_sst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Options:
2222
# General BIDScoin and plugin options
2323
# --------------------------------------------------------------------------------
2424
bidscoin:
25-
version: 4.3.2 # BIDScoin version (should correspond with the version in pyproject.toml)
25+
version: 4.3.3 # BIDScoin version (should correspond with the version in pyproject.toml)
2626
subprefix: sub- # The subject prefix of the source data
2727
sesprefix: ses- # The session prefix of the source data
2828
bidsignore: [mrs/, extra_data/, sub-*_ct.*] # 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]

docs/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,25 @@
44

55
## [dev]
66

7+
## [4.3.3] - 2024-07-12
8+
79
### Added
8-
- A bidseditor context menu for comparing selected run-items
9-
- A bidseditor context menu for changing the data type of selected run-items
10+
- A bidseditor context menu for comparing, editing or adding multiple run-items (GitHub issue #239)
11+
- A ``fixmeta`` bidsapp for retrospective metadata editing
1012

1113
### Changed
1214
- Merged the DRMAA `cluster` and `nativespec` input arguments
15+
- DRMAA support for slicereport (instead of calling qsub or sbatch)
1316

1417
## [4.3.2] - 2024-03-29
1518

1619
### Fixed
17-
- A regression was introduced when fixing Github issue #229 (now reverted)
20+
- A regression was introduced when fixing GitHub issue #229 (now reverted)
1821

1922
## [4.3.1] - 2024-03-27
2023

2124
### Added
22-
- Update B0FieldIdentifier/Source when having multiple fieldmap runs (Github issue [#198](https://github.com/Donders-Institute/bidscoin/issues/198))
25+
- Update B0FieldIdentifier/Source when having multiple fieldmap runs (`GitHub` issue [#198](https://github.com/Donders-Institute/bidscoin/issues/198))
2326
- Slicereport support for all nibabel file-formats
2427
- The `BIDSCOIN_TRACKUSAGE` environment variable for setting trackusage on the fly (see `bidscoin --trackusage show`)
2528

@@ -450,7 +453,8 @@ A first stable release of BIDScoin :-)
450453
### To do
451454
- Add support for non-imaging data
452455

453-
[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.3.2...HEAD
456+
[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.3.3...HEAD
457+
[4.3.3]: https://github.com/Donders-Institute/bidscoin/compare/4.3.2...4.3.3
454458
[4.3.2]: https://github.com/Donders-Institute/bidscoin/compare/4.3.1...4.3.2
455459
[4.3.1]: https://github.com/Donders-Institute/bidscoin/compare/4.3.0...4.3.1
456460
[4.3.0]: https://github.com/Donders-Institute/bidscoin/compare/4.2.1...4.3.0
16.2 KB
Loading

0 commit comments

Comments
 (0)