Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Next Release
============

* 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``).
* ENH: nipy.utils.Similarity has been deprecated by algorithms.metrics.Similarity
which is an extension of the former to allow 4D images.
* ENH: New ANTs interface: ApplyTransformsToPoints
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
are found in nipype.algorithms.metrics instead of misc
* ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
* ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
* FIX: MRTrix tracking algorithms were ignoring mask parameters.

Expand Down
Loading