@@ -11,47 +11,46 @@ Next release
11
11
* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
12
12
* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
13
13
* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
14
- New options also include choice of tracker, interpolator, stepsize and
14
+ New options also include choice of tracker, interpolator, stepsize and
15
15
curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
16
16
* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
17
17
* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
18
18
* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
19
- * ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
19
+ * ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
20
20
argument formatting consistent. Cleaned ants.segmentation according to PEP8.
21
21
(https://github.com/nipy/nipype/pull/990/files)
22
22
* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
23
23
* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
24
24
* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
25
25
* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
26
- * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
26
+ * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
27
27
undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
28
28
* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
29
29
* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
30
30
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
31
31
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
32
32
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
33
33
34
-
35
34
Release 0.10.0 (October 10, 2014)
36
35
============
37
36
38
37
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
39
38
to enable parallel processing of very large images.
40
39
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
41
- available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
40
+ available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
42
41
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
43
42
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
44
43
* ENH: New dipy interfaces: Denoise, Resample
45
44
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
46
45
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
47
46
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
48
47
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
49
- * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
48
+ * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
50
49
added to doctests, some bugs solved.
51
50
* API: Interfaces to external packages are no longer available in the top-level
52
51
``nipype`` namespace, and must be imported directly (e.g.
53
52
``from nipype.interfaces import fsl``).
54
- * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
53
+ * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
55
54
AnalyzeWarp, PointsWarp, and EditTransform
56
55
* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
57
56
* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -67,7 +66,7 @@ Release 0.10.0 (October 10, 2014)
67
66
* ENH: New color mode for write_graph
68
67
* ENH: You can now force MapNodes to be run serially
69
68
* ENH: Added ANTS based openfmri workflow
70
- * ENH: MapNode now supports flattening of nested lists
69
+ * ENH: MapNode now supports flattening of nested lists
71
70
* ENH: Support for headless mode using Xvfb
72
71
* ENH: nipype_display_crash has a debugging mode
73
72
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
0 commit comments