Skip to content

Commit d8fd8dd

Browse files
committed
Merge pull request #830 from oesteban/enh/EvaluationAlgorithms
Evaluation algorithms separated from misc
2 parents 4963cee + 664b93c commit d8fd8dd

File tree

6 files changed

+741
-387
lines changed

6 files changed

+741
-387
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Next Release
22
============
33

44
* 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.
57
* ENH: New ANTs interface: ApplyTransformsToPoints
8+
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
9+
are found in nipype.algorithms.metrics instead of misc
10+
* ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
611
* ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
712
* ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
813
* ENH: New color mode for write_graph

0 commit comments

Comments
 (0)