Skip to content

Releases: nipreps/smriprep

0.11.1

17 Aug 01:16
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 0.11.1 series.

This release changes the default name of a workflow. This change modifies the workflow structure superficially, but in such a way that reusing a working directory should present no possibility of error.

What's Changed

  • RF: Reflect function name on nipype workflow by @mgxd in #328
  • DOC: Update boilerplate generation with TemplateFlow reference by @oesteban in #329

Full Changelog: 0.11.0...0.11.1

0.11.0

10 Mar 18:59
Compare
Choose a tag to compare

Release Notes

New feature release in the 0.11.x series.

This series supports fMRIPrep 23.0.x and nibabies 23.1.x.

This release drops support for Python 3.7.

What's Changed

  • ENH: Enable resampling morphometrics to fsLR CIFTI-2 files (#325)
  • ENH: Add cortical ribbon workflow (#322)
  • ENH: Merge T2w images and coregister to T1w template (#319)
  • MAINT: Rotate CircleCI secrets and setup up org-level context (#315)
  • CI: Update build to match fMRIPrep (#323)

Full Changelog: 0.10.0...0.11.0

0.10.0

30 Nov 17:52
270762f
Compare
Choose a tag to compare

Release Notes

New feature release in the 0.10.x series.

This series supports fMRIPrep 22.1.x and Nibabies 22.2.x.

This will be the last series to support Python 3.7.

Changes

  • FIX: Expand surfaces pattern to allow morphometrics (#312)
  • ENH: Bind FreeSurfer subjects directory (#311)
  • ENH: Output thickness, curvature, and sulcal depth files (#305)
  • WRAPPER: Update patch location, use --patch syntax (#309)
  • CI: Fix expected ds054 outputs (#310)
  • CI: Set max Python version to 3.10 (#308)
  • CI: Simplify actions to build once, test many (#304)
  • CI: Update CircleCI docker orb (#302)

Full Changelog: 0.9.2...0.10.0

0.9.2

21 Jul 01:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

21 Jul 01:09
Compare
Choose a tag to compare

What's Changed

  • FIX: Re-add fsr-checkxopts to Docker image by @effigies in #287
  • FIX: Re-add missing getfullpath FreeSurfer binary by @mgxd in #290
  • FIX: Disable -T2pial and -FLAIRpial at -autorecon1 stage by @effigies in #291

Full Changelog: 0.9.0...0.9.1

0.9.0

26 May 18:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.9.0

0.8.3

20 May 14:20
Compare
Choose a tag to compare

Release Notes

Patch release in the 0.8.x series. This allows compatibility with the next minor release of niworkflows.

What's Changed

  • DOC: update scipy url by @mgxd in #276
  • MAINT: Allow compatibility with new niworkflows minor by @mgxd in #277

Full Changelog: 0.8.2...0.8.3

0.8.2

13 Dec 21:09
Compare
Choose a tag to compare

Release Notes

This release includes some minor formatting fixes to the generated workflow boilerplate.
Additionally, the Docker image environment was updated.

Changes

  • DOCKER: Update Dockerfile to match fMRIPrep, using FSL 6 (#274)
  • FIX: Generated boilerplate formatting (#275)

0.8.1

13 Dec 18:10
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 0.8.x series.

All releases since 0.5.3 have incorrectly resampled the (aparc+)aseg segmentations with trilinear interpolation, rather than nearest-neighbor. This fix has also been applied in 0.7.2, to provide a fix in the fMRIPrep LTS series.

Changes

  • FIX: Resample aseg with nearest-neighbor interpolation (#268)

0.7.2

07 Oct 20:00
Compare
Choose a tag to compare

Release Notes

Bug-fix release in the 0.7.x series.

All releases since 0.5.3 have incorrectly resampled the (aparc+)aseg segmentations with trilinear interpolation, rather than nearest-neighbor. This also reverts to using FAST for tissue probability maps, as the calculations from FreeSurfer's segmentation are less straightforward.

Changes

  • FIX: Resample aseg with nearest-neighbor interpolation (#268)
  • FIX: Revert to FAST for tissue probability maps (#264)
  • CI: Use separate fallback cache for maint/0.7.x (#250)