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
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,27 @@
1
1
Next Release
2
2
============
3
3
4
-
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples added to doctests, some bugs solved.
5
-
* 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``).
4
+
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
5
+
added to doctests, some bugs solved.
6
+
* ENH: Added new interfaces (fsl.utils.WarpUtils, ConvertWarp) to fnirtfileutils and convertwarp
7
+
* API: Interfaces to external packages are no longer available in the top-level
8
+
``nipype`` namespace, and must be imported directly (e.g.
9
+
``from nipype.interfaces import fsl``).
10
+
* ENH: New FSL interface: ProbTrackX2
11
+
* ENH: New misc algorithm: NormalizeProbabilityMapSet
12
+
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
13
+
AnalyzeWarp, PointsWarp, and EditTransform
6
14
* ENH: New ANTs interface: ApplyTransformsToPoints
15
+
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
16
+
are found in nipype.algorithms.metrics instead of misc
17
+
* ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
7
18
* ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
8
19
* ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
20
+
* ENH: New color mode for write_graph
21
+
* ENH: You can now force MapNodes to be run serially
22
+
* ENH: New ANTs interface: LaplacianThickness
9
23
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
24
+
* FIX: FNIRT registration pathway and associated OpenFMRI example script
0 commit comments