@@ -5,45 +5,46 @@ Next release
55* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
66* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
77* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
8- New options also include choice of tracker, interpolator, stepsize and
8+ New options also include choice of tracker, interpolator, stepsize and
99 curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
1010* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
1111* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
1212* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
13- * ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
13+ * ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
1414 argument formatting consistent. Cleaned ants.segmentation according to PEP8.
1515 (https://github.com/nipy/nipype/pull/990/files)
1616* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
1717* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
1818* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
1919* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
20- * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
20+ * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
2121 undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
2222* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
2323* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
2424* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
2525* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
26+ * ENH: Added csvReader() utility
2627
2728Release 0.10.0 (October 10, 2014)
2829============
2930
3031* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
3132 to enable parallel processing of very large images.
3233* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
33- available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
34+ available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
3435 versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
3536* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
3637* ENH: New dipy interfaces: Denoise, Resample
3738* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
3839* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
3940* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
4041* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
41- * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
42+ * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
4243 added to doctests, some bugs solved.
4344* API: Interfaces to external packages are no longer available in the top-level
4445 ``nipype`` namespace, and must be imported directly (e.g.
4546 ``from nipype.interfaces import fsl``).
46- * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
47+ * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
4748 AnalyzeWarp, PointsWarp, and EditTransform
4849* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
4950* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -59,7 +60,7 @@ Release 0.10.0 (October 10, 2014)
5960* ENH: New color mode for write_graph
6061* ENH: You can now force MapNodes to be run serially
6162* ENH: Added ANTS based openfmri workflow
62- * ENH: MapNode now supports flattening of nested lists
63+ * ENH: MapNode now supports flattening of nested lists
6364* ENH: Support for headless mode using Xvfb
6465* ENH: nipype_display_crash has a debugging mode
6566* FIX: MRTrix tracking algorithms were ignoring mask parameters.
0 commit comments