Skip to content

Commit d207c6f

Browse files
committed
rel(24.0.0): final bumps [skip ci]
1 parent d840c07 commit d207c6f

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

CHANGES.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,28 @@ This release resolves a number of issues with fieldmaps inducing distortions dur
1717

1818
Finally, a new resampling method has been added, to better account for susceptibility distortion and motion in a single shot resampling to a volumetric target space. We anticipate extending this to surface targets in the future.
1919

20-
* RF: Move to fit/apply workflow (#360)
2120
* FIX: nest pathlib import in fix_multi_source_name (#365)
2221
* FIX: Avoid retrieving multiple templates from latest TF (#353)
23-
* ENH: better repr for Derivatives class (#351)
2422
* FIX: Raise informative error if no t1w or t2w found (#347)
25-
* Replace `resource_filename` with `load_data` (#345)
2623
* FIX: Easier pyenv usage (#342)
27-
* Build(deps): Bump urllib3 from 2.0.3 to 2.0.7 (#319)
28-
* Build(deps): Bump pillow from 9.5.0 to 10.0.1 (#317)
29-
* DOC: Use correct argument flag (#338)
30-
* MAINT: Raise minimum to 3.10, bump actions (#337)
3124
* FIX: Catch nonexistent derivatives, clean up subworkflow logic (#336)
32-
* Use fsLR reg sphere for MCRIBS morphometrics resampling (#334)
33-
* FIX: Multiple T2ws, coerce reference to string (#333)
34-
* MAINT: Update to latest migas API (#326)
25+
* FIX: Use fsLR reg sphere for MCRIBS morphometrics resampling (#334)
3526
* FIX: T2star map MNI scaling (#320)
27+
3628
* ENH: Alter outputs when MCRIBS reconstruction is used (#329)
3729
* ENH: Use nireports for Report generation + add reportlet per reconstruction (#328)
30+
* ENH: better repr for Derivatives class (#351)
31+
32+
* RF: Move to fit/apply workflow (#360)
33+
* RF: Replace `resource_filename` with `load_data` (#345)
34+
35+
* MAINT: Bump urllib3 from 2.0.3 to 2.0.7 (#319)
36+
* MAINT: Raise minimum to 3.10, bump actions (#337)
37+
* MAINT: Bump pillow from 9.5.0 to 10.0.1 (#317)
38+
* MAINT: Update to latest migas API (#326)
39+
40+
* DOC: Use correct argument flag (#338)
41+
* DOC: Move to new theme, add outputs description (#383)
3842

3943

4044
23.1.0 (November 22, 2023)

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ dependencies = [
3333
"pybids >= 0.15.0",
3434
"requests",
3535
"sdcflows >= 2.10.0",
36-
# "smriprep >= 0.16.0",
37-
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
36+
"smriprep >= 0.16.1",
3837
"tedana >= 23.0.2",
3938
"templateflow >= 24.2.0",
4039
"toml",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ six==1.16.0
375375
# osfclient
376376
# pybtex
377377
# python-dateutil
378-
smriprep @ git+https://github.com/nipreps/smriprep.git@master
378+
smriprep==0.16.1
379379
# via nibabies (pyproject.toml)
380380
sqlalchemy==2.0.31
381381
# via pybids

0 commit comments

Comments
 (0)