Skip to content

1.8.0

Compare
Choose a tag to compare
@effigies effigies released this 16 May 20:44
· 479 commits to master since this release
d77fc3c

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

Full Changelog: 1.7.1...1.8.0