Releases: nipreps/sdcflows
Releases · nipreps/sdcflows
2.0.0rc1
* FIX: Convert SEI fieldmaps given in rad/s into Hz (#127)
* FIX: Limit ``3dQwarp`` to maximum 4 CPUs for stability reasons (#128)
* ENH: Putting the new API together on a base workflow (#143)
* ENH: Autogenerate ``B0FieldIdentifiers`` from ``IntendedFor`` (#142)
* ENH: Finalizing the API overhaul (#132)
* ENH: Keep a registry of already-used identifiers (and auto-generate new) (#130)
* ENH: New objects for better representation of fieldmap estimation (#114)
* ENH: Show FieldmapReportlet oriented aligned with cardinal axes (#120)
* ENH: New estimation API (featuring a TOPUP implementation!) (#115)
* DOC: Enable NiPype's sphinx-extension to better render Interfaces (#131)
* MAINT: Migrate TravisCI -> GH Actions (completion) (#138)
* MAINT: Migrate TravisCI -> GH Actions (#137)
* MAINT: Minimal unit test and refactor of pepolar workflow node (#133)
* MAINT: Collect code coverage from tests on Circle (#122)
* MAINT: Test minimum dependencies with TravisCI (#96)
* MAINT: Add FLIRT config files to prepare for TOPUP integration (#116)
1.3.3
Release Notes
Bug-fix release in 1.3.x series.
Allows niworkflows 1.2.x or 1.3.x, as no API-breaking changes in 1.3.0 affect SDCflows.
1.3.2
Release Notes
Bug-fix release in 1.3.x series.
CHANGES
- FIX: Replace NaNs in fieldmap atlas with zeros (#104)
- ENH: Return out_warp == "identity" if no SDC is applied (#108)
1.3.1
Release Notes
Bug-fix release adapting to use newly refacored DerivativesDataSink
CHANGES
- ENH: Use new
DerivativesDataSink
from NiWorkflows 1.2.0 (#102)
1.3.0

Release Notes
Minor release enforcing BIDS-Derivatives labels on dseg
file.
CHANGES
- FIX: WM mask selection from dseg before generating report (#100)
1.2.3 - Yanked (Do not use)

Release Notes
Bug-fix release enforcing BIDS-Derivatives labels on dseg
file.
CHANGES
- FIX: WM mask selection from dseg before generating report (#100)
1.2.2


Release Notes
Bug-fix release to fix phase-difference masking bug in the 1.2.x series.
CHANGES
- FIX: Do not reorient magnitude images (#98)
1.0.6

Release Notes
Bug-fix release to fix phase-difference masking bug in the 1.0.x series.
CHANGES
- FIX: Do not reorient magnitude images (#98)
1.2.1


Release Notes
A patch release to make SDCFlows more amicable to downstream software.
CHANGES
- MAINT: Migrate from versioneer to setuptools_scm (#97)
- MAINT: Flexibilize dependencies -- nipype, niworkflows, pybids (#95)
1.2.0
Release Notes
A minor version release containing a bugfix for the phase-difference map massaging that improves robustness.
This release is preparation for fMRIPrep 20.0.0.
CHANGES
- FIX: Scale all phase maps to
[0, 2pi]
range (#88)
- MNT: Fix package tests (#90)
- MNT: Fix circle deployment (#91)