Skip to content

Commit

Permalink
rel(24.0.0): final bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 29, 2024
1 parent d840c07 commit 690f514
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
24 changes: 14 additions & 10 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,28 @@ This release resolves a number of issues with fieldmaps inducing distortions dur

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.

* RF: Move to fit/apply workflow (#360)
* FIX: nest pathlib import in fix_multi_source_name (#365)
* FIX: Avoid retrieving multiple templates from latest TF (#353)
* ENH: better repr for Derivatives class (#351)
* FIX: Raise informative error if no t1w or t2w found (#347)
* Replace `resource_filename` with `load_data` (#345)
* FIX: Easier pyenv usage (#342)
* Build(deps): Bump urllib3 from 2.0.3 to 2.0.7 (#319)
* Build(deps): Bump pillow from 9.5.0 to 10.0.1 (#317)
* DOC: Use correct argument flag (#338)
* MAINT: Raise minimum to 3.10, bump actions (#337)
* FIX: Catch nonexistent derivatives, clean up subworkflow logic (#336)
* Use fsLR reg sphere for MCRIBS morphometrics resampling (#334)
* FIX: Multiple T2ws, coerce reference to string (#333)
* MAINT: Update to latest migas API (#326)
* FIX: Use fsLR reg sphere for MCRIBS morphometrics resampling (#334)
* FIX: T2star map MNI scaling (#320)

* ENH: Alter outputs when MCRIBS reconstruction is used (#329)
* ENH: Use nireports for Report generation + add reportlet per reconstruction (#328)
* ENH: better repr for Derivatives class (#351)

* RF: Move to fit/apply workflow (#360)
* RF: Replace `resource_filename` with `load_data` (#345)

* MAINT: Bump urllib3 from 2.0.3 to 2.0.7 (#319)
* MAINT: Raise minimum to 3.10, bump actions (#337)
* MAINT: Bump pillow from 9.5.0 to 10.0.1 (#317)
* MAINT: Update to latest migas API (#326)

* DOC: Use correct argument flag (#338)
* DOC: Move to new theme, add outputs description (#383)


23.1.0 (November 22, 2023)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ dependencies = [
"pybids >= 0.15.0",
"requests",
"sdcflows >= 2.10.0",
# "smriprep >= 0.16.0",
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
"smriprep >= 0.16.1",
"tedana >= 23.0.2",
"templateflow >= 24.2.0",
"toml",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ six==1.16.0
# osfclient
# pybtex
# python-dateutil
smriprep @ git+https://github.com/nipreps/smriprep.git@master
smriprep==0.16.1
# via nibabies (pyproject.toml)
sqlalchemy==2.0.31
# via pybids
Expand Down

0 comments on commit 690f514

Please sign in to comment.