File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.8.0 (May 10, 2022)
2
+ ====================
3
+
4
+ New feature release in the 1.8.x series.
5
+
6
+ The primary new features are a batch of PETSurfer interfaces.
7
+
8
+ This release drops support for Python < 3.7 and Numpy < 1.17, triggering a minor version bump.
9
+ Additionally, matplotlib < 2.1 will stop working with some interfaces, but more recent versions
10
+ will start working.
11
+
12
+ (`Full changelog <https://github.com/nipy/nipype/milestone/1.8.0?closed=1 >`__)
13
+
14
+ * FIX: Change plt.hist() argument from deprecated 'normed' to 'density' (https://github.com/nipy/nipype/pull/3455)
15
+ * ENH: Add random seed option to ANTs registration (https://github.com/nipy/nipype/pull/3463)
16
+ * ENH: Add PETsurfer interfaces (https://github.com/nipy/nipype/pull/3437)
17
+ * ENH: Add Text2Vest and Vest2Text interfaces (https://github.com/nipy/nipype/pull/3447)
18
+ * REF: Optimize ICC_rep_anova with a memoized helper function (https://github.com/nipy/nipype/pull/3454)
19
+ * REF: Rearranging matmul order and using hermitian flag in ICC_rep_anova (https://github.com/nipy/nipype/pull/3453)
20
+ * MNT: Drop distutils (https://github.com/nipy/nipype/pull/3458)
21
+ * CI: Cache test data (https://github.com/nipy/nipype/pull/3459)
22
+
23
+
1
24
1.7.1 (April 05, 2022)
2
25
======================
3
26
You can’t perform that action at this time.
0 commit comments