Skip to content

Releases: nipreps/smriprep

0.6.1

27 May 21:55
Compare
Choose a tag to compare

Release Notes

Hotfix release to address an issue recently encountered in fMRIPrep 20.1.0rc3.

CHANGES

  • FIX: MultiLabel interpolations should not use float=True (#196)

0.6.0

22 May 15:31
Compare
Choose a tag to compare

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

22 May 06:01
Compare
Choose a tag to compare
0.6.0rc5 Pre-release
Pre-release
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

20 Apr 18:37
Compare
Choose a tag to compare
0.6.0rc4 Pre-release
Pre-release
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

16 Apr 23:35
Compare
Choose a tag to compare
0.6.0rc3 Pre-release
Pre-release
<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

04 Apr 15:09
Compare
Choose a tag to compare
0.6.0rc2 Pre-release
Pre-release

DOI

CHANGES

  • ENH: Enable anatomical fast track reusing existing derivatives (#107) @oesteban
  • MAINT: Update dependencies to be inline with fMRIPrep-20.1.x (#173) @mgxd

0.6.0rc1

11 Mar 22:35
Compare
Choose a tag to compare
0.6.0rc1 Pre-release
Pre-release

DOI

0.5.2

14 Feb 21:13
Compare
Choose a tag to compare

Release Notes

💞 A lovely new release in preparation for fMRIPrep 20.0.0 💞

CHANGES

  • ENH: Enable users to pass JSON filters to select subsets of data (#143) @bpinsard
  • MAINT: Add ignore W503 in setup.cfg (#165) @oesteban

0.5.1

07 Feb 21:22
Compare
Choose a tag to compare

Release Notes

A hotfix release updating dependencies

CHANGES

  • PIN: nibabel and niworkflow versions (#166) @mgxd

0.5.0

06 Feb 22:39
Compare
Choose a tag to compare

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