1.8.0
1.8.0 (May 10, 2022)
New feature release in the 1.8.x series.
The primary new features are a batch of PETSurfer interfaces.
This release drops support for Python < 3.7 and Numpy < 1.17, triggering a minor version bump.
Additionally, matplotlib < 2.1 will stop working with some interfaces, but more recent versions
will start working.
Full changelog: https://github.com/nipy/nipype/milestone/1.8.0?closed=1
- FIX: Change plt.hist() argument from deprecated 'normed' to 'density' (#3455)
- ENH: Add random seed option to ANTs registration (#3463)
- ENH: Add PETsurfer interfaces (#3437)
- ENH: Add Text2Vest and Vest2Text interfaces (#3447)
- REF: Optimize ICC_rep_anova with a memoized helper function (#3454)
- REF: Rearranging matmul order and using hermitian flag in ICC_rep_anova (#3453)
- MNT: Drop distutils (#3458)
- CI: Cache test data (#3459)
New Contributors
- @mnoergaard made their first contribution in #3437
- @kristoferm94 made their first contribution in #3453
- @sjshim made their first contribution in #3455
- @ghisvail made their first contribution in #3463
Full Changelog: 1.7.1...1.8.0