Skip to content

Commit 290321c

Browse files
committed
Prepare a 4.3.2 release
Revert commit df7032f (see Github issue #229 for explanation)
1 parent 2339f1b commit 290321c

File tree

10 files changed

+21
-14
lines changed

10 files changed

+21
-14
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.1+qt5; \
34+
git checkout v4.3.2+qt5; \
3535
rm -rf docs tests .git
3636

3737

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.1+qt5
39+
git checkout v4.3.2+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.1+qt5)
51+
* The latest stable release of BIDScoin (v4.3.2+qt5)
5252
* The latest versions of dcm2niix, pydeface, spec2nii and some FSL tools
5353

5454
The general form to run BIDScoin commands is:

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.1+qt5 # BIDScoin version (should correspond with the version in pyproject.toml)
25+
version: 4.3.2+qt5 # 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.1+qt5 # BIDScoin version (should correspond with the version in pyproject.toml)
26+
version: 4.3.2+qt5 # 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.1+qt5 # BIDScoin version (should correspond with the version in pyproject.toml)
25+
version: 4.3.2+qt5 # 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [dev]
66

7+
## [4.3.2] - 2024-03-29
8+
9+
### Fixed
10+
- A regression was introduced when fixing Github issue #229 (now reverted)
11+
712
## [4.3.1] - 2024-03-27
813

914
### Added
@@ -438,7 +443,8 @@ A first stable release of BIDScoin :-)
438443
### To do
439444
- Add support for non-imaging data
440445

441-
[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.3.1...HEAD
446+
[dev]: https://github.com/Donders-Institute/bidscoin/compare/4.3.2...HEAD
447+
[4.3.2]: https://github.com/Donders-Institute/bidscoin/compare/4.3.1...4.3.2
442448
[4.3.1]: https://github.com/Donders-Institute/bidscoin/compare/4.3.0...4.3.1
443449
[4.3.0]: https://github.com/Donders-Institute/bidscoin/compare/4.2.1...4.3.0
444450
[4.2.1]: https://github.com/Donders-Institute/bidscoin/compare/4.2.0...4.2.1

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ If you do not have git (or any other version control system) installed you can `
3535
3636
$ pip install ./bidscoin[dcm2niix2bids]
3737
38-
If you are installing BIDScoin on an older system and you are getting Qt6 errors, you can try to install a ``+qt5`` build, e.g. for version 4.3.1:
38+
If you are installing BIDScoin on an older system and you are getting Qt6 errors, you can try to install a ``+qt5`` build, e.g. for version 4.3.2:
3939

4040
.. code-block:: console
4141
42-
$ pip install bidscoin[dcm2niix2bids]@git+https://github.com/Donders-Institute/[email protected].1+qt5
42+
$ pip install bidscoin[dcm2niix2bids]@git+https://github.com/Donders-Institute/[email protected].2+qt5
4343
4444
Updating BIDScoin
4545
^^^^^^^^^^^^^^^^^
@@ -92,7 +92,7 @@ An alternative for installing Python, BIDScoin and it's dependencies yourself is
9292
The current Apptainer image includes:
9393

9494
* Debian stable,
95-
* The latest stable release (v4.3.1+qt5) of BIDScoin
95+
* The latest stable release (v4.3.2+qt5) of BIDScoin
9696
* The latest versions of dcm2niix, pydeface, spec2nii
9797

9898
This image does not include FreeSurfer/synthstrip (needed for ``skullstrip``)
@@ -148,7 +148,7 @@ If the Apptainer container is not working for you, it is also possible to use a
148148
The current Docker image includes the same as the Apptainer image:
149149

150150
* Debian stable,
151-
* The latest stable release of BIDScoin (v4.3.1+qt5)
151+
* The latest stable release of BIDScoin (v4.3.2+qt5)
152152
* The latest versions of dcm2niix, pydeface, spec2nii and some FSL tools
153153

154154
Likewise, the current image does not include FreeSurfer/synthstrip (needed for ``skullstrip``)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
[project]
88
name = 'bidscoin'
99
description = 'Converts and organises raw MRI data-sets according to the Brain Imaging Data Structure (BIDS)'
10-
version = '4.3.1+qt5'
10+
version = '4.3.2+qt5'
1111
readme = 'README.rst'
1212
requires-python = '>= 3.8'
1313
license = {file = 'LICENSE.txt'}

release_procedure.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document describes how to prepare a new BIDScoin release from within the DC
1212
6. Manually run the bidscoin, bidsmapper, bidscoiner, bids-validator and other integration tests
1313
7. Run tox@DCCN::
1414

15-
VERSION="4.3.1"
15+
VERSION="4.3.2"
1616
cd ~/python/bidscoin
1717
git checkout v${VERSION}+qt5
1818
module load bidscoin/dev
@@ -62,6 +62,7 @@ Dockerhub
6262

6363
1. In the VM, build, test and push a Docker image::
6464

65+
VERSION="4.3.2"
6566
sudo docker build -t marcelzwiers/bidscoin:$VERSION .
6667
sudo docker run --rm marcelzwiers/bidscoin:$VERSION bidscoin -v
6768
sudo docker run --rm marcelzwiers/bidscoin:$VERSION pngappend

tests/test_data/bidsmap.yaml

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

0 commit comments

Comments
 (0)