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