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