From 03076bddae3ffff257b4c4176a067de4de671817 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Dec 2024 16:32:13 -0500 Subject: [PATCH] rel(2.11.0): Update changes --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d999c6e78a..a58e21c3f0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +2.11.0 (December 18, 2024) +========================== +Feature release in the 2.11.x series. + +This release supports numpy 2 and Python 3.13. + +* FIX: Normalize BIDS-URIs to subject-relative (#458) +* FIX: Only fit high-frequency spline for SyN-SDC (#457) +* ENH: Allow Jacobian correction to be toggled on/off (#462) +* ENH: Dilate fmap and bold masks during coregistration (#463) +* TEST: Clear registry consistently to avoid order dependency (#464) +* DOC: Plot correct workflow in init_syn_preprocessing_wf docstring (#460) +* CI: Drop CircleCI, using GHA only (#459) + + 2.10.0 (July 04, 2024) ====================== Feature release in the 2.10.x series.