You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@ Next Release
2
2
============
3
3
4
4
* API: Interfaces to external packages are no longer available in the top-level ``nipype`` namespace, and must be imported directly (e.g. ``from nipype.interfaces import fsl``).
5
+
* ENH: nipy.utils.Similarity has been deprecated by algorithms.metrics.Similarity
6
+
which is an extension of the former to allow 4D images.
5
7
* ENH: New ANTs interface: ApplyTransformsToPoints
6
8
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
7
9
are found in nipype.algorithms.metrics instead of misc
0 commit comments