From 00e17eeecf0a16fca11e85c6a968133521409948 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Wed, 23 Sep 2020 02:52:32 -0700 Subject: [PATCH] rel(0.7.0rc2): Update CHANGES [skip ci] --- CHANGES.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b547cdc8a5..2e51f756cc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,16 +1,18 @@ 0.7.0 (TBD) =========== -Minor release in preparation for fMRIPrep 20.2.x LTS series. +Minor release in preparation for *fMRIPrep* 20.2.x LTS series. Includes minor features and bug-fixes over the previous 0.6 series. - * FIX: Generate anatomical conversions with full spec from ``--output-spaces`` (#219) - * FIX: Ordering of ``probseg`` maps with anatomical *fast-track* (#214) - * FIX: Progress partial volume maps instead of posteriors (FSL FAST) (#213) - * ENH: Retain session info when multi-session data are not averaged (#225) - * ENH: Update derivatives description, ``.bidsignore`` for derivatives (#220) - * ENH: Add ``--no-tty`` option to Docker wrapper (#216) - * ENH: Add function to handle stale ``IsRunning`` files (#207) - * MAINT: Make workflows keyword-only (PEP 3102) (#208) +* FIX: Pin *NiWorkflows* 1.3.1 including bugfix for INU-correction failures (nipreps/niworkflows#567) +* FIX: Generate anatomical conversions with full spec from ``--output-spaces`` (#219) +* FIX: Ordering of ``probseg`` maps with anatomical *fast-track* (#214) +* FIX: Progress partial volume maps instead of posteriors (FSL FAST) (#213) +* ENH: Retain session info when multi-session data are not averaged (#225) +* ENH: Update derivatives description, ``.bidsignore`` for derivatives (#220) +* ENH: Add ``--no-tty`` option to Docker wrapper (#216) +* ENH: Add function to handle stale ``IsRunning`` files (#207) +* MAINT: Upgrade ANTs to 2.3.4 in ``Dockerfile`` (365673b) +* MAINT: Make workflows keyword-only (PEP 3102) (#208) 0.6.2 (June 9, 2020) ====================