From 010bf68de033036d6390eaa04a9c20a9270721e6 Mon Sep 17 00:00:00 2001 From: Matt Cieslak Date: Thu, 10 Aug 2023 15:09:37 -0400 Subject: [PATCH] update CHANGES --- CHANGES.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fbac1fb6..14d5d5d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,24 @@ +0.19.0 (August 10, 2023) +======================== + +Addresses stability issues in the 0.18 releases. Huge improvements to AutoTrack recon workflow +CPU use and improvements in memory use for synthseg and synthstrip + + * [ENH] limit the synths to 1 thread (#608) + * [DOC] fix typo in docs (#606) + * [ENH] Stabilize autotrack performance (#604) + * [CI] Add test for tensor-based head motion correction (#605) + * [FIX] fixes steinhardt computation (#603) + + +0.18.1 (June 26, 2023) +====================== + +Bugfixes since 0.18.0 + +Bugfix: + * [FIX] add btable to merge when averaging outputs (#594) + 0.18.0 (June 9, 2023) =====================