@@ -3,51 +3,56 @@ Next release
33
44* ENH: Improve JSON interfaces: default settings when reading and consistent output creation
55 when writing (https://github.com/nipy/nipype/pull/1047)
6+ * FIX: Amend create_tbss_non_fa() workflow to match FSL's tbss_non_fa command. (https://github.com/nipy/nipype/pull/1033)
7+ * FIX: remove unused mandatory flag from spm normalize (https://github.com/nipy/nipype/pull/1048)
8+ * ENH: Update ANTSCorticalThickness interface (https://github.com/nipy/nipype/pull/1013)
9+ * FIX: Edge case with sparsemodels and PEP8 cleanup (https://github.com/nipy/nipype/pull/1046)
610* ENH: New io interfaces for JSON files reading/writing (https://github.com/nipy/nipype/pull/1020)
711* ENH: Enhanced openfmri script to support freesurfer linkage (https://github.com/nipy/nipype/pull/1037)
812* BUG: matplotlib is supposed to be optional (https://github.com/nipy/nipype/pull/1003)
913* FIX: Fix split_filename behaviour when path has no file component (https://github.com/nipy/nipype/pull/1035)
1014* ENH: Updated FSL dtifit to include option for grad non-linearities (https://github.com/nipy/nipype/pull/1032)
1115* ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
12- New options also include choice of tracker, interpolator, stepsize and
16+ New options also include choice of tracker, interpolator, stepsize and
1317 curveinterval for angle threshold (https://github.com/nipy/nipype/pull/1029)
1418* FIX: Interfaces redirecting X crashed if $DISPLAY not defined (https://github.com/nipy/nipype/pull/1027)
1519* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
1620* 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
21+ * ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
1822 argument formatting consistent. Cleaned ants.segmentation according to PEP8.
1923 (https://github.com/nipy/nipype/pull/990/files)
2024* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
2125* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
2226* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
2327* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
24- * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
28+ * FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
2529 undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
2630* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
2731* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
2832* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
2933* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
34+ * ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
3035
3136Release 0.10.0 (October 10, 2014)
3237============
3338
3439* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
3540 to enable parallel processing of very large images.
3641* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
37- available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
42+ available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
3843 versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
3944* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
4045* ENH: New dipy interfaces: Denoise, Resample
4146* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
4247* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
4348* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
4449* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain
45- * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
50+ * ENH: FUGUE interface has been refactored to use the name_template system, 3 examples
4651 added to doctests, some bugs solved.
4752* API: Interfaces to external packages are no longer available in the top-level
4853 ``nipype`` namespace, and must be imported directly (e.g.
4954 ``from nipype.interfaces import fsl``).
50- * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
55+ * ENH: Support for elastix via a set of new interfaces: Registration, ApplyWarp,
5156 AnalyzeWarp, PointsWarp, and EditTransform
5257* ENH: New ANTs interface: ApplyTransformsToPoints, LaplacianThickness
5358* ENH: New Diffusion Toolkit interface: TrackMerge
@@ -63,7 +68,7 @@ Release 0.10.0 (October 10, 2014)
6368* ENH: New color mode for write_graph
6469* ENH: You can now force MapNodes to be run serially
6570* ENH: Added ANTS based openfmri workflow
66- * ENH: MapNode now supports flattening of nested lists
71+ * ENH: MapNode now supports flattening of nested lists
6772* ENH: Support for headless mode using Xvfb
6873* ENH: nipype_display_crash has a debugging mode
6974* FIX: MRTrix tracking algorithms were ignoring mask parameters.
0 commit comments