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 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