From 7bf8b2527441262aee4b26a7eeac6798a021c9b2 Mon Sep 17 00:00:00 2001 From: 36000 Date: Wed, 22 Feb 2023 13:40:29 -0800 Subject: [PATCH] 1.0.1 --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a79c79130..e8805a820 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +1.0.1 (February 22, 2023) +========================= +Fixed two bugs, where max streamline length was not being enforced and the +mean b0 was being calculated incorrectly. Small documenation fixes. + * [FIX] Add max length constraint, b0 fix (#955) + * Small documentation fixes, to improve auto-rendering of API docs. (#949) + * MAINT: Upgrade pytest as a start to tackling CI errors. (#945) + * MAINT: pep517 => build. (#947) + 1.0 (January 05, 2023) ====================== This is the first major release of pyAFQ. The API should be stable