@@ -3,7 +3,7 @@ Next release
3
3
4
4
* ENH: SelectFiles: a streamlined version of DataGrabber
5
5
* ENH: New interfaces: spm.ResliceToReference, FuzzyOverlap, afni.AFNItoNIFTI
6
- spm.DicomImport, P2PDistance
6
+ afni.TCorr1D, spm.DicomImport, P2PDistance
7
7
* ENH: W3C PROV support with optional RDF export built into Nipype
8
8
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
9
9
* ENHL AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
@@ -16,7 +16,7 @@ Next release
16
16
- camino.SFPeaks
17
17
One outdated interface no longer part of Camino was removed:
18
18
- camino.Conmap
19
-
19
+
20
20
* FIX: Several fixes related to Camino interfaces:
21
21
- ProcStreamlines would ignore many arguments silently (target, waypoint, exclusion ROIS, etc.)
22
22
- DTLUTGen would silently round the "step", "snr" and "trace" parameters to integers
@@ -25,7 +25,7 @@ Next release
25
25
- Track input model names were outdated (and would generate an error)
26
26
- Track numpds parameter could not be set for deterministic tractography
27
27
- FA created output files with erroneous extension
28
-
28
+
29
29
* FIX: Deals properly with 3d files in SPM Realign
30
30
* FIX: SPM with MCR fixed
31
31
@@ -77,7 +77,7 @@ Release 0.7.0 (Dec 18, 2012)
77
77
* ENH: New interfaces: ICC, Meshfix, ants.Register, C3dAffineTool, ants.JacobianDeterminant,
78
78
afni.AutoTcorrelate, DcmStack
79
79
* 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),
81
81
how to set SGE specific options (smri_ants_build_template_new)
82
82
* ENH: added no_flatten option to Merge
83
83
* ENH: added versioning option and checking to traits
@@ -139,11 +139,11 @@ Release 0.5 (Mar 10, 2012)
139
139
* API: IPython plugin now invokes IPython 0.11 or greater
140
140
* API: Canned workflows are now all under a different package structure
141
141
* 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
143
143
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
145
145
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,
147
147
Normalize, Smooth)
148
148
149
149
* ENH: Added fsl resting state workflow based on behzadi 2007 CompCorr method.
@@ -163,7 +163,7 @@ Release 0.5 (Mar 10, 2012)
163
163
* ENH: IdentityNode with iterable expansion takes place after remaining Identity
164
164
Node removal
165
165
* ENH: Crashfile display script added
166
- * ENH: Added FmriRealign4d node wrapped from nipy
166
+ * ENH: Added FmriRealign4d node wrapped from nipy
167
167
* ENH: Added TBSS workflows and examples
168
168
* ENH: Support for openfmri data processing
169
169
* ENH: Package version check
@@ -196,8 +196,8 @@ Release 0.4 (Jun 11, 2011)
196
196
197
197
* API: Timestamp hashing does not use ctime anymore. Please update your hashes by
198
198
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
201
201
* API: Workflow run function no longer supports (inseries, createdirsonly).
202
202
Functions used in connect string must be pickleable
203
203
* API: SPM EstimateContrast: ignore_derivs replaced by use_derivs
@@ -232,7 +232,7 @@ Release 0.4 (Jun 11, 2011)
232
232
- ChangeDataType, Threshold, MeanImage, IsotropicSmooth, ApplyMask, TemporalFilter
233
233
DilateImage, ErodeImage, SpatialFilter, UnaryMaths, BinaryMaths, MultiImageMaths
234
234
* 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
236
236
* ENH: Ability to create a hierarchical dot file
237
237
* ENH: Improved debugging information for rerunning nodes
238
238
* ENH: Added 'stop_on_first_rerun' option
@@ -268,15 +268,15 @@ Release 0.3.4 (Jan 12, 2011)
268
268
* ENH: Added SPM node for calculating various threshold statistics
269
269
* ENH: Added distance and dissimilarity measurements
270
270
271
- * BF: Diffusion toolkit gets installed
271
+ * BF: Diffusion toolkit gets installed
272
272
* BF: Changed FNIRT interface to accept flexible lists (rather than 4-tuples)
273
273
on all options specific to different subsampling levels
274
274
275
275
Release 0.3.3 (Sep 16, 2010)
276
276
============================
277
277
278
278
* API: subject_id in ModelSpec is now deprecated
279
- * API: spm.Threshold
279
+ * API: spm.Threshold
280
280
- does not need mask, beta, RPV anymore
281
281
- takes only one image (stat_image - mind the name change)
282
282
- works with SPM2 SPM.mat
@@ -291,7 +291,7 @@ Release 0.3.3 (Sep 16, 2010)
291
291
* BF: Traits logic for 'requires' metadata
292
292
* BF: allows workflows to be relocatable
293
293
* 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
295
295
296
296
Release 0.3.2 (Aug 03, 2010)
297
297
============================
0 commit comments