Skip to content

Commit dce38cc

Browse files
committed
Minor changes to satisfy #830
1 parent 87d95cb commit dce38cc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Next Release
22
============
33

44
* ENH: New ANTs interface: ApplyTransformsToPoints
5+
* ENH: New evaluation algorithms. Now Distance, Overlap, and FuzzyOverlap
6+
are found in nipype.algorithms.eval instead of misc
7+
* ENH: New evaluation algorithm: ErrorMap (a voxel-wise diff map).
58
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
69

710
Release 0.9.2 (January 31, 2014)

nipype/algorithms/misc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
from .. import logging
3030

31+
from .. import warnings
32+
warnings.warn('Evaluation interfaces (Distance, Overlap, FuzzyOverlap)
33+
have been moved to nipype.algorithms.eval' )
34+
3135
from ..interfaces.base import (BaseInterface, traits, TraitedSpec, File,
3236
InputMultiPath, OutputMultiPath,
3337
BaseInterfaceInputSpec, isdefined)

0 commit comments

Comments
 (0)