File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
20
0.11.1 (March 23, 2023)
2
21
=======================
3
- Bug-fix release in the 0.11.1 series.
22
+ Bug-fix release in the 0.11.x series.
4
23
5
24
This release changes the default name of a workflow. This change modifies
6
25
the workflow structure superficially, but in such a way that reusing a working
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install_requires =
26
26
matplotlib >= 2.2.0
27
27
nibabel >= 4.0.1
28
28
nipype >= 1.7.0
29
- niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
29
+ niworkflows >= 1.8.0
30
30
numpy
31
31
packaging
32
32
pybids >= 0.11.1
You can’t perform that action at this time.
0 commit comments