diff --git a/CHANGES.md b/CHANGES.md index b7d8128b..6213cbcd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +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) + + 25.0.1 (February 5, 2025) ------------------------- A bug-fix release to address an issue when using a precomputed mask for MCRIBS surface reconstruction without an anatomical template. diff --git a/pyproject.toml b/pyproject.toml index 503d4cc8..0dc23fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pybids >= 0.15.0", "requests", "SimpleITK", - "sdcflows @ git+https://github.com/nipreps/sdcflows.git@main", + "sdcflows >= 2.13.0", "smriprep >= 0.17.0", "tedana >= 23.0.2", "templateflow >= 24.2.0", diff --git a/requirements.txt b/requirements.txt index d8d299ea..898987da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,13 +26,13 @@ backports-tarfile==1.2.0 # via jaraco-context bids-validator==1.14.7.post0 # via pybids -bidsschematools==1.0.7 +bidsschematools==1.0.8 # via bids-validator bokeh==3.6.3 # via tedana -boto3==1.38.17 +boto3==1.38.18 # via datalad -botocore==1.38.17 +botocore==1.38.18 # via # boto3 # s3transfer @@ -57,7 +57,7 @@ contourpy==1.3.2 # matplotlib cycler==0.12.1 # via matplotlib -datalad==1.1.5 +datalad==1.1.6 # via # datalad-next # datalad-osf @@ -387,7 +387,7 @@ scipy==1.15.2 # scikit-learn # sdcflows # tedana -sdcflows @ git+https://github.com/nipreps/sdcflows.git@main +sdcflows==2.13.0 # via nibabies (pyproject.toml) seaborn==0.13.2 # via