11Upcoming release 0.13
22=====================
33
4+ * ENH: Add AFNI 3dNote interface (https://github.com/nipy/nipype/pull/1637)
5+ * FIX: Minor bugfixes related to unicode literals (https://github.com/nipy/nipype/pull/1656)
6+ * ENH: Add a DVARS calculation interface (https://github.com/nipy/nipype/pull/1606)
7+ * ENH: New interface to b0calc of FSL-POSSUM (https://github.com/nipy/nipype/pull/1399)
8+ * ENH: Convenient load/save of interface inputs (https://github.com/nipy/nipype/pull/1591)
9+ * ENH: Add a Framewise Displacement calculation interface (https://github.com/nipy/nipype/pull/1604)
410* FIX: Use builtins open and unicode literals for py3 compatibility (https://github.com/nipy/nipype/pull/1572)
511* TST: reduce the size of docker images & use tags for images (https://github.com/nipy/nipype/pull/1564)
612* ENH: Implement missing inputs/outputs in FSL AvScale (https://github.com/nipy/nipype/pull/1563)
@@ -121,14 +127,14 @@ Release 0.11.0 (September 15, 2015)
121127* FIX: Bug crashed 'make api' (https://github.com/nipy/nipype/pull/1026)
122128* ENH: Updated antsIntroduction to handle RA and RI registrations (https://github.com/nipy/nipype/pull/1009)
123129* ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
124- argument formatting consistent. Cleaned ants.segmentation according to PEP8.
125- (https://github.com/nipy/nipype/pull/990/files)
130+ argument formatting consistent. Cleaned ants.segmentation according to PEP8.
131+ (https://github.com/nipy/nipype/pull/990/files)
126132* ENH: SPM12 Normalize interface (https://github.com/nipy/nipype/pull/986)
127133* FIX: Utility interface test dir (https://github.com/nipy/nipype/pull/986)
128134* FIX: IPython engine directory reset after crash (https://github.com/nipy/nipype/pull/987)
129135* ENH: Resting state fMRI example with NiPy realignment and no SPM (https://github.com/nipy/nipype/pull/992)
130136* FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
131- undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
137+ undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
132138* FIX: OpenfMRI support and FSL 5.0.7 changes (https://github.com/nipy/nipype/pull/1006)
133139* FIX: Output prefix in SPM Normalize with modulation (https://github.com/nipy/nipype/pull/1023)
134140* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
@@ -210,11 +216,11 @@ Release 0.9.0 (December 20, 2013)
210216* ENH: AFNI interfaces refactor, prefix, suffix are replaced by
211217 "flexible_%s_templates"
212218* ENH: New SPM interfaces:
213- - spm.ResliceToReference,
214- - spm.DicomImport
219+ - spm.ResliceToReference,
220+ - spm.DicomImport
215221* ENH: New AFNI interfaces:
216- - afni.AFNItoNIFTI
217- - afni.TCorr1D
222+ - afni.AFNItoNIFTI
223+ - afni.TCorr1D
218224* ENH: Several new interfaces related to Camino were added:
219225 - camino.SFPICOCalibData
220226 - camino.Conmat
@@ -228,13 +234,13 @@ Release 0.9.0 (December 20, 2013)
228234 - mrtrix.FindShPeaks
229235 - mrtrix.Directions2Amplitude
230236* ENH: New FSL interfaces:
231- - fsl.PrepareFieldmap
232- - fsl.TOPUP
233- - fsl.ApplyTOPUP
234- - fsl.Eddy
237+ - fsl.PrepareFieldmap
238+ - fsl.TOPUP
239+ - fsl.ApplyTOPUP
240+ - fsl.Eddy
235241* ENH: New misc interfaces:
236- - FuzzyOverlap,
237- - P2PDistance
242+ - FuzzyOverlap,
243+ - P2PDistance
238244* ENH: New workflows: nipype.workflows.dmri.fsl.epi.[fieldmap_correction&topup_correction]
239245* ENH: Added simplified outputname generation for command line interfaces.
240246* ENH: Allow ants use a single mask image
@@ -292,7 +298,7 @@ Release 0.7.0 (Dec 18, 2012)
292298 afni.AutoTcorrelate, DcmStack
293299* ENH: New workflows: ants template building (both using 'ANTS' and the new 'antsRegistration')
294300* ENH: New examples: how to use ANTS template building workflows (smri_ants_build_tmeplate),
295- how to set SGE specific options (smri_ants_build_template_new)
301+ how to set SGE specific options (smri_ants_build_template_new)
296302* ENH: added no_flatten option to Merge
297303* ENH: added versioning option and checking to traits
298304* ENH: added deprecation metadata to traits
@@ -354,9 +360,9 @@ Release 0.5 (Mar 10, 2012)
354360* API: Canned workflows are now all under a different package structure
355361* API: SpecifyModel event_info renamed to event_files
356362* API: DataGrabber is always being rerun (unless overwrite is set to False on
357- Node level)
363+ Node level)
358364* API: "stop_on_first_rerun" does not stop for DataGrabber (unless overwrite is
359- set to True on Node level)
365+ set to True on Node level)
360366* API: Output prefix can be set for spm nodes (SliceTiming, Realign, Coregister,
361367 Normalize, Smooth)
362368
0 commit comments