Releases: nipreps/sdcflows
Releases · nipreps/sdcflows
2.0.11
2.0.10
2.0.9
2.0.8
Release Notes
A patch release with a deep revision of the new implementation of the fieldmap-less "SDC-SyN" toward integration with fMRIPrep.
CHANGES
- FIX: SDC-SyN ("fieldmap-less") overhaul (#239)
- DOC: Self-hosted & multiversion documentation overhaul (#243)
- MAINT: Standardization of containers across NiPreps (#240)
Full Changelog: 2.0.7...2.0.8
Maintainers
2.0.7
Release Notes
A patch release with important bugfixes discovered during the integration with fMRIPrep.
CHANGES
- FIX: Generation of RAS displacements fields from VSMs (#237)
- FIX: Use subject root to resolve IntendedFor paths (#228)
- ENH: Improve support of 4D in sdcflows.interfaces.bspline.ApplyCoeffsField (#234)
- MAINT: Update node and gh-pages, push docs without history (#230)
Maintainers
2.0.6
2.0.5
2.0.4
Release Notes
A hotfix release including some enhancements that should have been released within
the previous 2.0.3 release.
CHANGES
2.0.3
Release Notes
A patch release including some improvements to the PEPOLAR/TOPUP implementation,
along with corresponding updates to the CI tests.
CHANGES
2.0.2.post1
A patch release including hot-fixes and some relevant improvements inteded for the reliability of the new API. The most relevant advance is the new :math:`B_0` fieldmap unwarping object which is compatible with *NiTranforms* and evades the problem of fiddling with the target image's x-forms. * FIX: Make sure the VSM is not modified when accessing it (#207) * FIX: Normalize phase-encoding polarity of coefficients after TOPUP (#202) * FIX: Revise generation of the displacements field from coefficients (#199) * FIX: Inconsistency left after renaming inputs to SDC-SyN (removing "BOLD") (#182) * FIX: Correctly interpolate the BIDS root when datasets have sessions (#180) * ENH: :math:`B_0` fieldmap unwarping object (#204) * ENH: Add estimation method description to outputs (#191) * ENH: Ensure a function node is covered with unit tests (#188) * ENH: Add a preprocessing pipeline for SDC-SyN (#184) * ENH: [rodents] Add input to override default B-Spline distances in INU correction with N4 (#178) * ENH: Adopt new brain extraction algorithm in magnitude preparation workflow (#176) * DOC: Fix typos as per codespell (#205) * MAINT: Double-check conversion from TOPUP to standardized fieldmaps (#200) * MAINT: Divide ambiguous debug parameter into smaller, more focused parameters (#190) * MAINT: Adapt to GitHub actions' upgrade to Ubuntu 20.04 (#185)