Skip to content

Commit

Permalink
Merge pull request #345 from nipreps/rel/0.12.0
Browse files Browse the repository at this point in the history
REL: 0.12.0
  • Loading branch information
effigies authored Jun 5, 2023
2 parents c2158aa + 04aad92 commit 47b6573
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b6573

Please sign in to comment.