From 6236553ab1cbdbea3d2f66743c6e3bd497aaccd2 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 2 Jun 2023 13:55:39 -0400 Subject: [PATCH 1/2] PIN: niworkflows >= 1.8.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ea2bada7e3..a1480bc477 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = matplotlib >= 2.2.0 nibabel >= 4.0.1 nipype >= 1.7.0 - niworkflows @ git+https://github.com/nipreps/niworkflows.git@master + niworkflows >= 1.8.0 numpy packaging pybids >= 0.11.1 From 04aad921435c8b97bf8e199ff053f2ec3ef8d9ac Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 2 Jun 2023 14:58:07 -0400 Subject: [PATCH 2/2] REL: 0.12.0 --- CHANGES.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8e912812a0..ec0fd1982a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,25 @@ +0.12.0 (June 02, 2023) +====================== +New feature release in the 0.12.x series. + +This release adds ANTs DenoiseImage to T1w and T2w preprocessing, +improving signal-to-noise ratio. +Surface processing now produces a registration sphere to permit +directly resampling data from T1w space to fsLR. + +* FIX: Query templateflow files to see if resolution is available (#336) +* ENH: Project fsLR mesh onto native sphere to enable single-shot resampling into fsLR (#339) +* ENH: Use ANTs DenoiseImage before conforming anatomical images (#337) +* MNT: Add ``sloppy`` argument to workflows, distinguish from ``debug`` (#344) +* MNT: Loosen niworkflow restriction (#335) +* DOC: Add security fix to vendored jquery (#332) +* CI: Fix codecov in CircleCI, remove Travis config (#333) +* CI: Prioritize tags on release (#331) + + 0.11.1 (March 23, 2023) ======================= -Bug-fix release in the 0.11.1 series. +Bug-fix release in the 0.11.x series. This release changes the default name of a workflow. This change modifies the workflow structure superficially, but in such a way that reusing a working