Releases: nipreps/sdcflows
Releases · nipreps/sdcflows
2.0.13
Release Notes
Patch release in the 2.0.x series. This release resolves an issue in fMRIPrep 21.0.x.
Changes
- FIX: Relax tolerance for different affines when concatenating blips by @effigies in #265
Full Changelog: 2.0.12...2.0.13
2.0.11
Release Notes
Patch release in the 2.0.x series. Re-enables single EPI fieldmap processing.
Changes
- FIX: Create one fieldmap estimator per EPI-IntendedFor pair (#258)
- DOCKER: Build with FSL 6 (#254)
2.0.10
Release Notes
Patch release in the 2.0.x series.
Changes
- FIX: Update boilerplate ordering directives (#229)
- FIX: ishandling of
topup
coefficients with higher resolution EPIs (#251)
2.0.9
Release Notes
A patch release improving documentation and implementing B0Field*
BIDS metadata.
Changes
- DOC: Bring implementation details to the foreground of documentation (#248)
- FIX: Implement
B0FieldIdentifier
/ B0FieldSource
(#247)
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
@oesteban
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
@oesteban, @mgxd, @effigies.
2.0.6
Release Notes
A patch release to address a problem with TOPUP and an odd number of slices.
Changes
- ENH: Add slice padding to TOPUP (#217)
2.0.5
Release Notes
A bugfix release, adding the fieldwarp as an output to the unwarping workflow.
Changes
- FIX: The calculated displacements field not exposed by unwarp workflow (#224)
- MAINT: Use keys.openpgp.org over sks-keyservers (#223)
2.0.4
Release Notes
A hotfix release including some enhancements that should have been released within
the previous 2.0.3 release.
CHANGES
- ENH: Fine-tune the registration parameters in
coeff2epi
workflow (#215)
- ENH: Finalize upstreaming to NiWorkflows of
IntensityClip
(#216)
- ENH: Use new
RobustAverage
interface to merge corrected blips (#214)
- DOC: Insert copyright notice in header comments as per Apache-2.0 (#212)
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
- ENH: Uniformize the grid&affine across EPI "blips" before TOPUP (#197)
- MAINT: Fix PEPOLAR workflow test with HCP data (#210)
- MAINT: Update tests after changes in ds001771's structure (#209)