From 8515189c7bcb04c5f2ba7d793fabdf81bb885eb2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Dec 2024 19:47:19 -0500 Subject: [PATCH] doc: 24.1.0 changelog --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 691c7fcb..ff60bab7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +24.1.0 (December 18, 2024) +========================== +New feature release in the 24.1.x series. + +This release includes a migration of most if not all reporting +interfaces from NiWorkflows. +This release also supports Python 3.13 and Numpy 2. + +* ENH: Finalize migration of reporting interfaces (#71) +* ENH: Allow figures in session folder (#138) +* RF: Replace nireports.data.Loader with acres.Loader (#142) +* STY: Apply new ruff rules (#139) +* MAINT: Add tox.ini, test minimum dependencies (#141) + + 24.0.3 (November 18, 2024) ========================== Bug-fix release in the 24.0.x series.