Skip to content

Releases: nipreps/niworkflows

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

1.0.2

09 Dec 17:55
1.0.2
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.0.x series.

CHANGES

  • FIX: Permit dummy scans to be 0 (#438) @jdkent
  • MNT: Specify junit_family to suppress pytest DeprecationWarning (#432) @effigies

1.0.1

27 Nov 21:21
1.0.1
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 1.0.x series.

CHANGES

  • FIX: Ensure data type of masked image matches T1.mgz (#430) @effigies

1.0.0

27 Nov 03:24
Compare
Choose a tag to compare

Release Notes

The first stable release of NIWorkflows.

CHANGES

  • CI: Drop setup.py install/develop installs (#428) @effigies
  • DOC: Maintenance of the documentation building (#429) @oesteban
  • DOC: Generate versioned documentation of the API (#416) @rwblair
  • ENH: Add copy_header inputs to some ANTs interfaces (#401) @oesteban
  • ENH: Remove the data getters/utils modules (#427) @oesteban
  • ENH: Move nilearn interfaces over from fMRIPrep (#414) @oesteban
  • ENH: Reports use the default template from niworkflows, allowing overwrite (#419) @oesteban
  • FIX: Update all SpatialImage.get_data -> get_fdata (#426) @oesteban
  • MAINT: Update .gitignore and .dockerignore (#420) @oesteban
  • MAINT: use scikit-image LTS for earlier python versions (#418) @mgxd
  • MAINT: Pin nipype>=1.3.1, remove link dependencies from setup.cfg @oesteban