|
1 | 1 | Next Release
|
2 | 2 | ============
|
3 | 3 |
|
4 |
| -* ENH: New FSL interface: EpiReg |
5 |
| -* ENH: New Freesurfer interface: Tkregister2 (for conversion of fsl style matrices to freesurfer format) |
6 |
| -* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd. |
7 |
| -* ENH: New Freesurfer interface: MRIPretess |
8 |
| -* ENH: New miscelaneous interface: AddCSVRow |
| 4 | +* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), |
| 5 | + MRIPretess |
| 6 | +* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp |
| 7 | +* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet |
| 8 | +* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain |
9 | 9 | * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
|
10 | 10 | added to doctests, some bugs solved.
|
11 |
| -* ENH: Added new interfaces (fsl.utils.WarpUtils, ConvertWarp) to fnirtfileutils and convertwarp |
12 | 11 | * API: Interfaces to external packages are no longer available in the top-level
|
13 | 12 | ``nipype`` namespace, and must be imported directly (e.g.
|
14 | 13 | ``from nipype.interfaces import fsl``).
|
15 |
| -* ENH: New FSL interface: ProbTrackX2 |
16 |
| -* ENH: New misc algorithm: NormalizeProbabilityMapSet |
17 | 14 | * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
|
18 | 15 | AnalyzeWarp, PointsWarp, and EditTransform
|
19 |
| -* ENH: New ANTs interface: ApplyTransformsToPoints |
| 16 | +* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness |
20 | 17 | * ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
|
21 | 18 | are found in nipype.algorithms.metrics instead of misc
|
22 | 19 | * ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
|
23 | 20 | * ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
|
24 | 21 | * ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
|
25 | 22 | * ENH: New color mode for write_graph
|
26 | 23 | * ENH: You can now force MapNodes to be run serially
|
27 |
| -* ENH: New ANTs interface: LaplacianThickness |
28 | 24 | * FIX: MRTrix tracking algorithms were ignoring mask parameters.
|
29 | 25 | * FIX: FNIRT registration pathway and associated OpenFMRI example script
|
30 | 26 | * FIX: spm12b compatibility for Model estimate
|
|
0 commit comments