Releases: nipreps/smriprep
0.11.1
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
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
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
What's Changed
- FIX: Use
mris_convert --to-scanner
, and update normalization step by @ericfeczko and @effigies in #295
Full Changelog: 0.9.1...0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
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
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.