Skip to content

Commit 1e6afd4

Browse files
committed
Merge tag '25.0.2'
25.0.2 (May 19, 2025) A patch release including a couple key bug fixes: - Adds missing dependency to Docker image when BOLD coregistration falls back to FSL - Fixes connections to allow fieldmap-less SDC Thanks to @joey-scanga for the contribution! Documentation * DOC: Changed "B0Identifier" -> "B0FieldIdentifier" (#456) Enhancements * ENH: Add message to show which files are to be used (#452) * ENH: Tag anatomical workflows (#463) Bug Fixes * FIX: SyN workflow (#453) * FIX: Add Convert3d to Docker image (#461) Internals / Maintenance * MAINT: Support sdcflows@main and smriprep >=0.18 (#462)
2 parents 04f3f30 + 8a503d6 commit 1e6afd4

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
25.0.2 (May 19, 2025)
2+
---------------------
3+
A patch release including a couple key bug fixes:
4+
- Adds missing dependency to Docker image when BOLD coregistration falls back to FSL
5+
- Fixes connections to allow fieldmap-less SDC
6+
7+
Thanks to @joey-scanga for the contribution!
8+
9+
### Documentation
10+
* DOC: Changed "B0Identifier" -> "B0FieldIdentifier" (#456)
11+
12+
### Enhancements
13+
* ENH: Add message to show which files are to be used (#452)
14+
* ENH: Tag anatomical workflows (#463)
15+
16+
### Bug Fixes
17+
* FIX: SyN workflow (#453)
18+
* FIX: Add Convert3d to Docker image (#461)
19+
20+
### Internals / Maintenance
21+
* MAINT: Support sdcflows@main and smriprep >=0.18 (#462)
22+
23+
124
25.0.1 (February 5, 2025)
225
-------------------------
326
A bug-fix release to address an issue when using a precomputed mask for MCRIBS surface reconstruction without an anatomical template.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"pybids >= 0.15.0",
3535
"requests",
3636
"SimpleITK",
37-
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@main",
37+
"sdcflows >= 2.13.0",
3838
"smriprep >= 0.17.0",
3939
"tedana >= 23.0.2",
4040
"templateflow >= 24.2.0",

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ backports-tarfile==1.2.0
2626
# via jaraco-context
2727
bids-validator==1.14.7.post0
2828
# via pybids
29-
bidsschematools==1.0.7
29+
bidsschematools==1.0.8
3030
# via bids-validator
3131
bokeh==3.6.3
3232
# via tedana
33-
boto3==1.38.17
33+
boto3==1.38.18
3434
# via datalad
35-
botocore==1.38.17
35+
botocore==1.38.18
3636
# via
3737
# boto3
3838
# s3transfer
@@ -57,7 +57,7 @@ contourpy==1.3.2
5757
# matplotlib
5858
cycler==0.12.1
5959
# via matplotlib
60-
datalad==1.1.5
60+
datalad==1.1.6
6161
# via
6262
# datalad-next
6363
# datalad-osf
@@ -387,7 +387,7 @@ scipy==1.15.2
387387
# scikit-learn
388388
# sdcflows
389389
# tedana
390-
sdcflows @ git+https://github.com/nipreps/sdcflows.git@main
390+
sdcflows==2.13.0
391391
# via nibabies (pyproject.toml)
392392
seaborn==0.13.2
393393
# via

0 commit comments

Comments
 (0)