Skip to content

Commit 0a4397e

Browse files
committed
added new interface info to the changelog
1 parent 5b38fe5 commit 0a4397e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGES

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Next release
33

44
* ENH: SelectFiles: a streamlined version of DataGrabber
55
* ENH: New interfaces: spm.ResliceToReference, FuzzyOverlap, afni.AFNItoNIFTI
6-
spm.DicomImport, P2PDistance
6+
afni.TCorr1D, spm.DicomImport, P2PDistance
77
* ENH: W3C PROV support with optional RDF export built into Nipype
88
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
99
* ENHL AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
@@ -16,7 +16,7 @@ Next release
1616
- camino.SFPeaks
1717
One outdated interface no longer part of Camino was removed:
1818
- camino.Conmap
19-
19+
2020
* FIX: Several fixes related to Camino interfaces:
2121
- ProcStreamlines would ignore many arguments silently (target, waypoint, exclusion ROIS, etc.)
2222
- DTLUTGen would silently round the "step", "snr" and "trace" parameters to integers
@@ -25,7 +25,7 @@ Next release
2525
- Track input model names were outdated (and would generate an error)
2626
- Track numpds parameter could not be set for deterministic tractography
2727
- FA created output files with erroneous extension
28-
28+
2929
* FIX: Deals properly with 3d files in SPM Realign
3030
* FIX: SPM with MCR fixed
3131

@@ -77,7 +77,7 @@ Release 0.7.0 (Dec 18, 2012)
7777
* ENH: New interfaces: ICC, Meshfix, ants.Register, C3dAffineTool, ants.JacobianDeterminant,
7878
afni.AutoTcorrelate, DcmStack
7979
* ENH: New workflows: ants template building (both using 'ANTS' and the new 'antsRegistration')
80-
* ENH: New examples: how to use ANTS template building workflows (smri_ants_build_tmeplate),
80+
* ENH: New examples: how to use ANTS template building workflows (smri_ants_build_tmeplate),
8181
how to set SGE specific options (smri_ants_build_template_new)
8282
* ENH: added no_flatten option to Merge
8383
* ENH: added versioning option and checking to traits
@@ -139,11 +139,11 @@ Release 0.5 (Mar 10, 2012)
139139
* API: IPython plugin now invokes IPython 0.11 or greater
140140
* API: Canned workflows are now all under a different package structure
141141
* API: SpecifyModel event_info renamed to event_files
142-
* API: DataGrabber is always being rerun (unless overwrite is set to False on
142+
* API: DataGrabber is always being rerun (unless overwrite is set to False on
143143
Node level)
144-
* API: "stop_on_first_rerun" does not stop for DataGrabber (unless overwrite is
144+
* API: "stop_on_first_rerun" does not stop for DataGrabber (unless overwrite is
145145
set to True on Node level)
146-
* API: Output prefix can be set for spm nodes (SliceTiming, Realign, Coregister,
146+
* API: Output prefix can be set for spm nodes (SliceTiming, Realign, Coregister,
147147
Normalize, Smooth)
148148

149149
* ENH: Added fsl resting state workflow based on behzadi 2007 CompCorr method.
@@ -163,7 +163,7 @@ Release 0.5 (Mar 10, 2012)
163163
* ENH: IdentityNode with iterable expansion takes place after remaining Identity
164164
Node removal
165165
* ENH: Crashfile display script added
166-
* ENH: Added FmriRealign4d node wrapped from nipy
166+
* ENH: Added FmriRealign4d node wrapped from nipy
167167
* ENH: Added TBSS workflows and examples
168168
* ENH: Support for openfmri data processing
169169
* ENH: Package version check
@@ -196,8 +196,8 @@ Release 0.4 (Jun 11, 2011)
196196

197197
* API: Timestamp hashing does not use ctime anymore. Please update your hashes by
198198
running workflows with updatehash=True option
199-
NOTE: THIS IS THE DEFAULT CONFIG NOW, so unless you updatehash, workflows will
200-
rerun
199+
NOTE: THIS IS THE DEFAULT CONFIG NOW, so unless you updatehash, workflows will
200+
rerun
201201
* API: Workflow run function no longer supports (inseries, createdirsonly).
202202
Functions used in connect string must be pickleable
203203
* API: SPM EstimateContrast: ignore_derivs replaced by use_derivs
@@ -232,7 +232,7 @@ Release 0.4 (Jun 11, 2011)
232232
- ChangeDataType, Threshold, MeanImage, IsotropicSmooth, ApplyMask, TemporalFilter
233233
DilateImage, ErodeImage, SpatialFilter, UnaryMaths, BinaryMaths, MultiImageMaths
234234
* ENH: added support for networx 1.4 and improved iterable expansion
235-
* ENH: Replaced BEDPOSTX and EddyCurrent with nipype pipelines
235+
* ENH: Replaced BEDPOSTX and EddyCurrent with nipype pipelines
236236
* ENH: Ability to create a hierarchical dot file
237237
* ENH: Improved debugging information for rerunning nodes
238238
* ENH: Added 'stop_on_first_rerun' option
@@ -268,15 +268,15 @@ Release 0.3.4 (Jan 12, 2011)
268268
* ENH: Added SPM node for calculating various threshold statistics
269269
* ENH: Added distance and dissimilarity measurements
270270

271-
* BF: Diffusion toolkit gets installed
271+
* BF: Diffusion toolkit gets installed
272272
* BF: Changed FNIRT interface to accept flexible lists (rather than 4-tuples)
273273
on all options specific to different subsampling levels
274274

275275
Release 0.3.3 (Sep 16, 2010)
276276
============================
277277

278278
* API: subject_id in ModelSpec is now deprecated
279-
* API: spm.Threshold
279+
* API: spm.Threshold
280280
- does not need mask, beta, RPV anymore
281281
- takes only one image (stat_image - mind the name change)
282282
- works with SPM2 SPM.mat
@@ -291,7 +291,7 @@ Release 0.3.3 (Sep 16, 2010)
291291
* BF: Traits logic for 'requires' metadata
292292
* BF: allows workflows to be relocatable
293293
* BF: nested workflows with connections don't raise connection not found error
294-
* BF: multiple workflows with identical nodenames and iterables do not create nestsed workflows
294+
* BF: multiple workflows with identical nodenames and iterables do not create nestsed workflows
295295

296296
Release 0.3.2 (Aug 03, 2010)
297297
============================

0 commit comments

Comments
 (0)