aslprep
aslprep copied to clipboard
Update sdcflows requirement from <=2.9.0 to <=2.10.0
Updates the requirements on sdcflows to permit the latest version.
Release notes
Sourced from sdcflows's releases.
2.10.0
Release Notes
Feature release in the 2.10.x series.
The main change is a bugfix when fitting multi-level B-Splines to some noisy fieldmaps. While theoretically nice, the multi-level fitting does not really bring anything immediately as we are not generally inverting the distortion. In this release, the default fitting has been changed to single-level B-Splines, with a spacing similar to TOPUP's defaults.
With thanks to Sunjae Shim (
@sjshim) for sharing Spiral-echo fieldmaps that were failing prior the patch in #453.What's Changed
- FIX: Building Docker image on ARM64 devices by
@mathdugrein nipreps/sdcflows#449- DOC:
ValueErrorin notebook output by@mathdugrein nipreps/sdcflows#450- ENH: Improve plots in Jupyter notebook by
@oestebanin nipreps/sdcflows#452- FIX: Revision of the B-Spline fitting code by
@oestebanin nipreps/sdcflows#453New Contributors
@mathdugremade their first contribution in nipreps/sdcflows#449Full Changelog: https://github.com/nipreps/sdcflows/compare/2.9.0...2.10.0
Changelog
Sourced from sdcflows's changelog.
2.10.0 (July 04, 2024)
Feature release in the 2.10.x series.
The main change is a bugfix when fitting multi-level B-Splines to some noisy fieldmaps. The multi-level fitting, while being theoretically nice, does not really bring anything immediately as we are not generally inverting the distortion. In this release, the default fitting has been change to single-level B-Splines, with a spacing similar to TOPUP's defaults.
With thanks to Sunjae Shim (
@sjshim) for sharing Spiral-echo fieldmaps that were failing prior the patch in #453.CHANGES
- FIX: Revision of the B-Spline fitting code (#453)
- FIX: Building Docker image on ARM64 devices (#449)
- ENH: Improve plots in jupyter notebook (#452)
- DOC: Fix
ValueErrorin notebook's output. (#450)2.9.0 (June 13, 2024)
Feature release in the 2.9.x series.
The main change is that B0FieldIdentifiers with special characters are now sanitized and exposed through a
FieldmapEstimator.sanitized_idattribute.Workflow names and input/output connections will use
sanitized_id, to ensure compatibility with filenames and workflow graph generation. Internal lookup tables will continue to use the the unsanitizedbids_id.
- FIX: Update suffix only when finding related fieldmap files (#436)
- FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#431)
- RF: Add sanitized_id field to FieldmapEstimation (#444)
- DOC: Un-mock the already-imported numpy (#440)
- CI: Bump actions/cache from 3 to 4 (#429)
2.8.1 (January 22, 2024)
Bug-fix release in the 2.8.x series.
Fixes doc builds and CLI support for fieldmapless workflows. Introduces support for BIDS-URIs.
... (truncated)
Commits
08e198frel(2.10.0): Update.zenodo.jsond02ef37rel(2.10.0): Update credit files [skip ci]4a4f321rel(2.10.0): Update CHANGES [skip ci]581e460Merge pull request #453 from nipreps/fix/revise-bspline-fitting1883c15fix: restore demeaning, resample in sloppy modee5c0f89maint: refresh cache on circleb44d2bbfix: do not fit intercept, improve testsbbd9261enh: consider intercept for error calculation00519d3fix: revision of the b-spline fitting codebb89bdcMerge pull request #452 from nipreps/enh/improve-jupyter-notebook- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.34%. Comparing base (
39d5853) to head (e0b97aa).
Additional details and impacted files
@@ Coverage Diff @@
## main #426 +/- ##
=======================================
Coverage 84.34% 84.34%
=======================================
Files 37 37
Lines 3986 3986
=======================================
Hits 3362 3362
Misses 624 624
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
@dependabot rebase