Skip to content

Commit 3a105b5

Browse files
committed
DOC: 1.8.0 release notes
1 parent e7daead commit 3a105b5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/changelog/1.X.X-changelog.rst

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
1.7.1 (April 05, 2022)
225
======================
326

0 commit comments

Comments
 (0)