From a6970fd987b4362e7cbe9b929af0def953b54061 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Tue, 21 Sep 2021 17:35:50 -0400 Subject: [PATCH] rel(21.0.0rc1): update changes [skip ci] --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0e0a61899..f55cdcf93 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,17 @@ ============ A new major version of fMRIPrep is finally here! + 21.0.0rc1 + --------- + * DOC: Add --index-metadata to `pybids layout` faq (#2546) + * DOC: Add warning about slice timing correction in output documentation. (#2502) + * ENH: Make bids the default output layout option (#2555) + * ENH: Mask multi-echo data with reference mask instead of echo-specific masks (#2349) + * FIX: Missing numpy import (#2533) + * DOCKER: Shrink Docker image size (#2551) + * DOCKER: Strip ABI tag from libQt5Core.so.5 to prevent Singularity failures (#2535) + * MAINT: Run pytest through GitHub actions (#2529) + 21.0.0rc0 --------- * DOC: Update sample report (#2519)