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