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