@@ -8,45 +8,46 @@ Next release
8
8
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
9
9
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
10
10
* 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
12
12
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
13
13
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
14
14
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
15
15
* 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
17
17
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
18
18
(https://github.com/nipy/nipype/pull/990/files)
19
19
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
20
20
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
21
21
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
22
22
* 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
24
24
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
25
25
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
26
26
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
27
27
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
28
28
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
29
+ * ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
29
30
30
31
Release 0.10.0 (October 10, 2014)
31
32
============
32
33
33
34
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
34
35
to enable parallel processing of very large images.
35
36
* 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
37
38
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
38
39
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
39
40
* ENH: New dipy interfaces: Denoise, Resample
40
41
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
41
42
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
42
43
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
43
44
* 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
45
46
added to doctests, some bugs solved.
46
47
* API: Interfaces to external packages are no longer available in the top-level
47
48
``nipype`` namespace, and must be imported directly (e.g.
48
49
``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,
50
51
AnalyzeWarp, PointsWarp, and EditTransform
51
52
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
52
53
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -62,7 +63,7 @@ Release 0.10.0 (October 10, 2014)
62
63
* ENH: New color mode for write_graph
63
64
* ENH: You can now force MapNodes to be run serially
64
65
* ENH: Added ANTS based openfmri workflow
65
- * ENH: MapNode now supports flattening of nested lists
66
+ * ENH: MapNode now supports flattening of nested lists
66
67
* ENH: Support for headless mode using Xvfb
67
68
* ENH: nipype_display_crash has a debugging mode
68
69
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
0 commit comments