Releases: nipreps/smriprep
Releases · nipreps/smriprep
0.6.1
0.6.0
Release Notes
Minor release in preparation for fMRIPrep 20.1.x series.
Features the new implementation of derivatives writers in NiWorkflows, and additional flexibility to use previously computed results (in particular, skull-stripped brains, and the new fast-track that allows skipping the anatomical workflow in full, if all the expected derivatives are provided). Most of the bug-fixes correspond to amendments over these newly added features.
CHANGES
- FIX: Convert LTA to ITK with nitransforms (#188)
- FIX: Dismiss
session
entity on most of anatomical derivatives (#193) - FIX: Revise tissue probability maps connections and order (#190)
- FIX: Make TPMs label ordering in
io_spec.json
consistent with workflow (#179) - FIX: Correct the
dseg
labeling from FSL FAST earlier (#177) - FIX: Ensure
bias_corrected
is single file, not list (#174) - ENH: Use new
DerivativesDataSink
from NiWorkflows 1.2.0 (#183) - ENH: Use FreeSurfer's canary to exit fast and with a clear message when the license is missing (#182)
- ENH: Execute FSL FAST only with
--fs-no-reconall
(#180) - ENH: Enable anatomical fast track reusing existing derivatives (#107)
- ENH: Add option to skip brain extraction (#167)
- MAINT: Remove unused nwf interfaces (#187)
- MAINT: Pin troublesome sphinx (#175)
- MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
0.6.0rc5
0.6.0rc5 (May 7, 2020) CHANGES ======= * FIX: Make TPMs label ordering in ``io_spec.json`` consistent with workflow (#179) * FIX: Correct the ``dseg`` labeling from FSL FAST earlier (#177) * FIX: Ensure ``bias_corrected`` is single file, not list (#174) * ENH: Use new ``DerivativesDataSink`` from NiWorkflows 1.2.0 (#183) * ENH: Use FreeSurfer's canary to exit fast and with a clear message when the license is missing (#182) * ENH: Execute FSL FAST only with ``--fs-no-reconall`` (#180) * ENH: Enable anatomical fast track reusing existing derivatives (#107) * ENH: Add option to skip brain extraction (#167) * MAINT: Pin troublesome sphinx (#175) * MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
0.6.0rc4
CHANGES ------- * FIX: Make TPMs label ordering in ``io_spec.json`` consistent with workflow (#179) * FIX: Correct the ``dseg`` labeling from FSL FAST earlier (#177) * FIX: Ensure ``bias_corrected`` is single file, not list (#174) * ENH: Execute FSL FAST only with ``--fs-no-reconall`` (#180) * ENH: Enable anatomical fast track reusing existing derivatives (#107) * ENH: Add option to skip brain extraction (#167) * MAINT: Pin troublesome sphinx (#175) * MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
0.6.0rc3
<0.6.0 - Release message TBD> * FIX: Correct the ``dseg`` labeling from FSL FAST earlier (#177) * FIX: Ensure ``bias_corrected`` is single file, not list (#174) * ENH: Enable anatomical fast track reusing existing derivatives (#107) * ENH: Add option to skip brain extraction (#167) * MAINT: Pin troublesome sphinx (#175) * MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173)
0.6.0rc2
0.6.0rc1
0.5.2
0.5.1
0.5.0
Release Notes
A new minor release with a focus on improving internal handling and representations of spatial references.
CHANGES
- RF: Update Spaces objects (#164) @mgxd
- ENH: Fix template keys output in normalization workflow, when cohort present (#163) @oesteban
- ENH: Integrate new infrastructure in NiWorkflows to handle spatial references (#159) @mgxd
- FIX: Improvements to the CircleCI workflow (#162) @oesteban
- CI: Update coverage (#156) @effigies