Skip to content

Releases: nipreps/niworkflows

1.2.8

03 Sep 23:08
1.2.8
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.2.x series with a minor improvement of the correlations plot.

CHANGES

  • FIX: Improved control over correlations plot (#561)

1.3.0rc2

16 Aug 19:09
1.3.0rc2
Compare
Choose a tag to compare
1.3.0rc2 Pre-release
Pre-release

Release Notes

First release in the 1.3.x series. This release includes enhancements and bug-fixes towards the release of the first LTS version of fMRIPrep. PyBIDS has been revised to use more recent versions, a series of ANTs' interfaces have been deemed ready to upstream into Nipype, and several improvements regarding multi-echo EPI are included.

With thanks to Basile Pinsard for contributions.

CHANGES

  • FIX: Patch ApplyTransforms spec to permit identity in a chain (#554)
  • FIX: Add dots to extensions in PyBIDS' config file (#548)
  • FIX: Segmentation plots aligned with cardinal axes (#544)
  • FIX: Skip T1w file existence check if anat_derivatives are provided (#545)
  • FIX: Avoid diverting CIFTI dtype from original BOLD (#532)
  • ENH: Add smooth input to RegridToZooms (#549)
  • ENH: Enable DerivativesDataSink to take multiple source files to derive entities (#547)
  • ENH: Allow bold_reference_wf to accept multiple EPIs/SBRefs (#408)
  • ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485)
  • ENH: Add a pure-Python interface to resample to specific resolutions (#511)
  • MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550)
  • MAINT: Update to Python +3.6 (#541)

1.3.0rc1

14 Aug 22:11
1.3.0rc1
Compare
Choose a tag to compare
1.3.0rc1 Pre-release
Pre-release

Release Notes

First release in the 1.3.x series. This release includes enhancements and bug-fixes
towards the release of the first LTS version of fMRIPrep.
PyBIDS has been revised to use more recent versions, a series of ANTs' interfaces
have been deemed ready to upstream into Nipype, and several improvements regarding
multi-echo EPI are included.
With thanks to Basile Pinsard for contributions.

CHANGES

  • FIX: Patch ApplyTransforms spec to permit identity in a chain (#554)
  • FIX: Add dots to extensions in PyBIDS' config file (#548)
  • FIX: Segmentation plots aligned with cardinal axes (#544)
  • FIX: Skip T1w file existence check if anat_derivatives are provided (#545)
  • FIX: Avoid diverting CIFTI dtype from original BOLD (#532)
  • ENH: Add smooth input to RegridToZooms (#549)
  • ENH: Enable DerivativesDataSink to take multiple source files to derive entities (#547)
  • ENH: Allow bold_reference_wf to accept multiple EPIs/SBRefs (#408)
  • ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485)
  • ENH: Add a pure-Python interface to resample to specific resolutions (#511)
  • MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550)
  • MAINT: Update to Python +3.6 (#541)

1.2.7

12 Aug 14:10
1.2.7
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.2.x series with a very minor improvement of the reportlets.

CHANGES

  • FIX: Pin PyBIDS < 0.11 (and TemplateFlow < 0.6.3) only on the 1.2.x series. (#552)
  • FIX: Use numpy.linspace to calculate mosaic plots' cutting planes (#543)

1.2.6

10 Jun 00:11
1.2.6
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.2.x series addressing minor bugs encountered mostly
within sMRIPrep.
With thanks to Franziskus Liem for contributions.

CHANGES

  • FIX: Error conforming T1w images with differing zooms before recon-all (#534)
  • FIX: Restore and deprecate license argument to check_valid_fs_license (#538)
  • FIX: Allow anatomical derivatives to have run- entity (#539)

1.2.5

07 Jun 15:32
Compare
Choose a tag to compare

Release Notes

Bug-fix release that remedies an issue with packaging data

CHANGES

  • FIX: Packaging data of FS canary sentinel NIfTI (#535)

1.2.4

04 Jun 07:02
Compare
Choose a tag to compare

Release Notes

Bug-fix release improving the FS license checking

CHANGES

  • ENH: Improve FS license checking (#533)

1.2.3

27 May 20:47
Compare
Choose a tag to compare

Release Notes

Bug-fix release addressing some downstream issues in fMRIPrep.

CHANGES

  • FIX: MultiLabel interpolations should not use float=True (#530)
  • FIX: Do not break figure-datatype derivatives by sessions (#529)
  • MNT: Update comments, minimum versions for setup requirements (#512)

1.2.2

27 May 02:35
Compare
Choose a tag to compare

Release Notes

A bug-fix release remedying a casting issue in DerivativesDataSink.

Changes

  • FIX: Non-integer data coercion initialization (#528)

1.2.1

26 May 19:34
Compare
Choose a tag to compare

Release Notes

A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header)
when casting to a new type in DerivativesDataSink.

Changes

  • FIX: Ensure consistency when changing derivative datatype (#527)