From 532e312a363560763820d1a031ef14f7e4ab2420 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 23 Jan 2025 11:13:21 -0500 Subject: [PATCH] rel(1.12.2): changes --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 93102e641ff..0ba4bc1fdbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +1.12.2 (January 23, 2025) +========================= +Patch release that includes a new keyword argument to `BIDSDataGrabber` to bypass requiring a T1w image. + +* ENH: Parse kwargs to allow no T1w (#922) +* MNT: Bump astral-sh/setup-uv from 4 to 5 (#920) +* STY: Format + add git blame ignore file (#923) +* STY: Apply ruff/Pylint rule PLR0402 (#916) +* STY: Apply ruff/flake8-pie rules (PIE) (#914) +* STY: Apply ruff/flake8-comprehensions preview rule C409 (#912) +* STY: Use f-strings where possible (#836) + + 1.12.1 (December 12, 2024) ========================== Patch release that adds a new input to `SpatialNormalization`, but remains backwards compatible.