Skip to content

Commit 868c329

Browse files
committed
Log cleanup
1 parent 7c30385 commit 868c329

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGES

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
Next Release
22
============
33

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
99
* ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
1010
added to doctests, some bugs solved.
11-
* ENH: Added new interfaces (fsl.utils.WarpUtils, ConvertWarp) to fnirtfileutils and convertwarp
1211
* API: Interfaces to external packages are no longer available in the top-level
1312
``nipype`` namespace, and must be imported directly (e.g.
1413
``from nipype.interfaces import fsl``).
15-
* ENH: New FSL interface: ProbTrackX2
16-
* ENH: New misc algorithm: NormalizeProbabilityMapSet
1714
* ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
1815
AnalyzeWarp, PointsWarp, and EditTransform
19-
* ENH: New ANTs interface: ApplyTransformsToPoints
16+
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
2017
* ENH: New metrics group in algorithms. Now Distance, Overlap, and FuzzyOverlap
2118
are found in nipype.algorithms.metrics instead of misc
2219
* ENH: New interface in algorithms.metrics: ErrorMap (a voxel-wise diff map).
2320
* ENH: New FreeSurfer workflow: create_skullstripped_recon_flow()
2421
* ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
2522
* ENH: New color mode for write_graph
2623
* ENH: You can now force MapNodes to be run serially
27-
* ENH: New ANTs interface: LaplacianThickness
2824
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
2925
* FIX: FNIRT registration pathway and associated OpenFMRI example script
3026
* FIX: spm12b compatibility for Model estimate

0 commit comments

Comments
 (0)