Skip to content

Releases: nipreps/niworkflows

1.1.8

05 Mar 16:00
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.1.x series.

This release includes some minor improvements to the formatting of reports and derivative metadata.

CHANGES

  • FIX: Check fo valid qform before calculating change (#466) @effigies
  • ENH: Display errors as summary/details elements (#464) @effigies
  • ENH: Add a pure-Python ApplyMask interface, based on NiBabel (#463) @oesteban
  • MAINT: Replace os operations with pathlib, indent JSON sidecars (#467) @mgxd

1.1.7

14 Feb 14:11
Compare
Choose a tag to compare

Release Notes

Minor improvements to enable fMRIPrep 20.0.0 release.

CHANGES

  • ENH: Revise SpatialReference caching for ease of use, accessibility (#461) @mgxd
  • ENH: Downgrade log level for superfluous scans (#460) @mgxd
  • ENH: Enable optional BIDS entity filtering to data collection utility (#407) @bpinsard

1.1.6

07 Feb 17:59
Compare
Choose a tag to compare

Release Notes

Update NiBabel pinned version.

CHANGES

  • MAINT: Update nibabel's pin to >=3.0.1

1.1.5

06 Feb 06:03
Compare
Choose a tag to compare

Release Notes

A refactor of recently introduced spaces/references/spatial-references objects, and some methods for upstream pipelines.

CHANGES

  • ENH: Revision of spaces module for consistency (#457)
  • ENH: Add BIDS output version checker (#456)
  • ENH: Standard space querying (#455)
  • ENH: Add cache to SpatialReferences (#453)
  • ENH: Add helper function for cleaning a directory (#454)
  • FIX: Parsing of floats in ResampleImageBySpacing (#452)

1.1.4

29 Jan 03:08
Compare
Choose a tag to compare

Release Notes

Minor enhancements to better represent spaces/spatial-references,
and increasing the test coverage of the Reports System (with thanks to J. Kent
for the contribution):

CHANGES

  • ENH: Separate Space and SpatialReferences (#451)
  • ENH+TST: Add all valid entities to the default report specification (#447)

1.1.3

16 Jan 18:22
Compare
Choose a tag to compare

Release Notes

A fix/enhancement of the report generation system. With thanks to J. Kent for
the contribution.

CHANGES

  • ENH/FIX: parse orderings to account for missing entities (#443)

1.1.2

18 Dec 07:16
Compare
Choose a tag to compare

Release Notes

Hotfix of 1.1.1

CHANGES

  • FIX: IntraModalMerge - Undefined input name used in _run_interface (#442)

1.1.1

18 Dec 00:29
Compare
Choose a tag to compare

Release Notes

A bugfix release to support addressing nipreps/sdcflows#77.
With thanks to Alejandro De La Vega for contributions.

CHANGES

  • FIX: IntraModalMerge failed for dims (x, y, z, 1) (#441) @oesteban
  • ENH: Add n4_only workflow -- to skip brain extraction (#435) @adelavega
  • MAINT: Update nibabel to 3.0.0rc1 (#439) @mgxd

1.0.3

18 Dec 21:31
Compare
Choose a tag to compare

Release Notes

Hot-fix release in the 1.0.x series. Backported from 1.1.2.

CHANGES

  • FIX: IntraModalMerge - Undefined input name used in _run_interface (#442)
  • FIX: IntraModalMerge failed for dims (x, y, z, 1) (#441) @oesteban

1.1.0

09 Dec 17:53
Compare
Choose a tag to compare

Release Notes

The first minor release of the niworkflows 1.x series. Numerous interfaces (GenerateCifti, CiftiNameSource, GiftiNameSource) have been changed to be compatible with HCP grayordinates.

CHANGES

  • ENH: CIFTI / fsLR density (#436) @mgxd
  • ENH: expand GenerateCifti & MedialNaNs interfaces to support HCP grayordinates / fsLR surfaces (#417) @mgxd