From d3fcf22b8c28e5dc3fb523ebf19b75d7f461a9bc Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Thu, 7 Oct 2021 15:54:08 -0400 Subject: [PATCH] REL: 0.7.2 --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b27d7d533b..77341c0857 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +0.7.2 (October 07, 2021) +======================== +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. + + * 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) + 0.7.1 (November 18, 2020) ========================= Bug-fix release in the 0.7.x series.