Skip to content

Commit 47b6573

Browse files
authored
Merge pull request #345 from nipreps/rel/0.12.0
REL: 0.12.0
2 parents c2158aa + 04aad92 commit 47b6573

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGES.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
0.12.0 (June 02, 2023)
2+
======================
3+
New feature release in the 0.12.x series.
4+
5+
This release adds ANTs DenoiseImage to T1w and T2w preprocessing,
6+
improving signal-to-noise ratio.
7+
Surface processing now produces a registration sphere to permit
8+
directly resampling data from T1w space to fsLR.
9+
10+
* FIX: Query templateflow files to see if resolution is available (#336)
11+
* ENH: Project fsLR mesh onto native sphere to enable single-shot resampling into fsLR (#339)
12+
* ENH: Use ANTs DenoiseImage before conforming anatomical images (#337)
13+
* MNT: Add ``sloppy`` argument to workflows, distinguish from ``debug`` (#344)
14+
* MNT: Loosen niworkflow restriction (#335)
15+
* DOC: Add security fix to vendored jquery (#332)
16+
* CI: Fix codecov in CircleCI, remove Travis config (#333)
17+
* CI: Prioritize tags on release (#331)
18+
19+
120
0.11.1 (March 23, 2023)
221
=======================
3-
Bug-fix release in the 0.11.1 series.
22+
Bug-fix release in the 0.11.x series.
423

524
This release changes the default name of a workflow. This change modifies
625
the workflow structure superficially, but in such a way that reusing a working

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_requires =
2626
matplotlib >= 2.2.0
2727
nibabel >= 4.0.1
2828
nipype >= 1.7.0
29-
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
29+
niworkflows >= 1.8.0
3030
numpy
3131
packaging
3232
pybids >= 0.11.1

0 commit comments

Comments
 (0)