Skip to content

Releases: nipreps/niworkflows

1.7.8

11 Apr 13:39
Compare
Choose a tag to compare

Release Notes

Patch release in the 1.7.x series.

This release combines the fixes in 1.7.6 and 1.7.7, which were accidentally separately
branched from 1.7.5.

1.7.7

24 Mar 17:30
1.7.7
d5bc748
Compare
Choose a tag to compare

What's Changed

  • ENH: Allow passing a database_path to create a BIDSLayout by @oesteban in #788

Full Changelog: 1.7.6...1.7.7

1.7.6

10 Mar 21:55
Compare
Choose a tag to compare

What's Changed

  • FIX: Use correct image for contour plotting by @effigies in #785

Full Changelog: 1.7.5...1.7.6

1.7.5

10 Mar 21:54
Compare
Choose a tag to compare

What's Changed

  • FIX: Use a more reliable test of NIfTIness by @effigies in #784

Full Changelog: 1.7.4...1.7.5

1.7.4

10 Mar 21:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.3...1.7.4

1.7.3

17 Feb 20:20
Compare
Choose a tag to compare

Release Notes

Patch release in the 1.7.x series.

This release fixes a minor bug in carpet plot generation and resolves remaining issues
with using custom configurations in DerivativesDataSink.

Changes

  • FIX: Avoid sorting carpetplot rows when decimated ROIs have one voxel by @effigies in #780
  • ENH:Pass custom configuration into DerivativesDataSink entity parser by @tsalo in #777

Full Changelog: 1.7.2...1.7.3

1.7.2

17 Feb 20:14
Compare
Choose a tag to compare

What's Changed

  • FIX: Handle plotting only one MELODIC component by @effigies in #775
  • FIX: Restore confound order in correlation plot by @effigies in #779

Full Changelog: 1.7.1...1.7.2

1.7.1

23 Jan 17:53
Compare
Choose a tag to compare

Release Notes

Patch release in the 1.7.x series.

This release includes updates to the Docker image environment, and a fix for a plotting bug.

Changes

  • CI: Update GitHub actions frdom master (#766)
  • CI: Drop set-output (#763)
  • FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#771)
  • FIX: Coerce MGHImage to Nifti1Image when plotting (#769)
  • FIX: Create test label images with realistic dtypes (#767)
  • FIX: error for np.bool with numpy 1.24.0 (#764)
  • MNT: Try bumping docker base to latest nipreps/miniconda (#773)
  • MNT: Use org-level context (#770)
  • REF: Store global variables as DerivativesDataSink attributes (#762)

1.7.0

29 Nov 16:59
d990e75
Compare
Choose a tag to compare

Release Notes

New feature release in the 1.7.x series. This series will support sMRIPrep 0.10, fMRIPrep 22.1, and NiBabies 22.2.

This will be the last minor release series to support Python 3.7.

Changes

  • FIX: Use np.bool_ instead of deprecated np.bool (#760)
  • FIX: Use nilearn plot_surf over surfplot (#745)
  • ENH: Allow DerivativesDataSink to handle output==input (#758)
  • ENH: Add Resolution field to metadata if data has res entity (#754)
  • ENH: Add morphometric suffixes to pattern matching (#753)
  • RF: GenerateCifti interface (#756)
  • MNT: Loosen dependency versions (#759)
  • MNT: Remove non-compliant dtseries.json metadata (#750)
  • MNT: Build FreeSurfer 7.2 (#751)

Full Changelog: 1.6.4...1.7.0

1.6.4

22 Sep 16:13
Compare
Choose a tag to compare

What's Changed

  • FIX: TSV2JSON should convert empty TSV files to empty JSON files by @effigies in #746

Full Changelog: 1.6.3...1.6.4