1
- Next release
1
+ Release 0.9.2 (January 31, 2014)
2
+ ===========
3
+
4
+ * ENH: New ANTs interface: ApplyTransformsToPoints
5
+
6
+ * FIX: DataFinder was broken due to a typo
7
+ * FIX: Order of DataFinder outputs was not guaranteed, it's human sorted now
8
+ * ENH: New interfaces: Vnifti2Image, VtoMat
9
+
10
+ Release 0.9.1 (December 25, 2013)
11
+ ============
12
+
13
+ * FIX: installation issues
14
+
15
+ Release 0.9.0 (December 20, 2013)
2
16
============
3
17
4
18
* ENH: SelectFiles: a streamlined version of DataGrabber
5
- * ENH: New interfaces: spm.ResliceToReference, FuzzyOverlap, afni.AFNItoNIFTI
6
- spm.DicomImport, P2PDistance
19
+ * ENH: new tools for defining workflows: JoinNode, synchronize and itersource
7
20
* ENH: W3C PROV support with optional RDF export built into Nipype
8
21
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
9
- * ENHL AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
10
-
22
+ * ENH: AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
23
+ * ENH: New SPM interfaces:
24
+ - spm.ResliceToReference,
25
+ - spm.DicomImport
26
+ * ENH: New AFNI interfaces:
27
+ - afni.AFNItoNIFTI
28
+ - afni.TCorr1D
11
29
* ENH: Several new interfaces related to Camino were added:
12
30
- camino.SFPICOCalibData
13
31
- camino.Conmat
@@ -16,7 +34,31 @@ Next release
16
34
- camino.SFPeaks
17
35
One outdated interface no longer part of Camino was removed:
18
36
- camino.Conmap
19
-
37
+ * ENH: Three new mrtrix interfaces were added:
38
+ - mrtrix.GenerateDirections
39
+ - mrtrix.FindShPeaks
40
+ - mrtrix.Directions2Amplitude
41
+ * ENH: New FSL interfaces:
42
+ - fsl.PrepareFieldmap
43
+ - fsl.TOPUP
44
+ - fsl.ApplyTOPUP
45
+ - fsl.Eddy
46
+ * ENH: New misc interfaces:
47
+ - FuzzyOverlap,
48
+ - P2PDistance
49
+ * ENH: New workflows: nipype.workflows.dmri.fsl.epi.[fieldmap_correction&topup_correction]
50
+ * ENH: Added simplified outputname generation for command line interfaces.
51
+ * ENH: Allow ants use a single mask image
52
+ * ENH: Create configuration option for parameterizing directories with hashes
53
+ * ENH: arrange nodes by topological sort with disconnected subgraphs
54
+ * ENH: uses the nidm iri namespace for uuids
55
+ * ENH: remove old reporting webpage
56
+ * ENH: Added support for Vagrant
57
+
58
+ * API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
59
+ * API: SPM now defaults to SPM8 or SPM12b job format
60
+ * API: DataGrabber and SelectFiles use human (or natural) sort now
61
+
20
62
* FIX: Several fixes related to Camino interfaces:
21
63
- ProcStreamlines would ignore many arguments silently (target, waypoint, exclusion ROIS, etc.)
22
64
- DTLUTGen would silently round the "step", "snr" and "trace" parameters to integers
@@ -25,29 +67,12 @@ Next release
25
67
- Track input model names were outdated (and would generate an error)
26
68
- Track numpds parameter could not be set for deterministic tractography
27
69
- FA created output files with erroneous extension
28
-
29
70
* FIX: Deals properly with 3d files in SPM Realign
30
71
* FIX: SPM with MCR fixed
31
-
32
- * API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
33
- * API: SPM now defaults to SPM8 or SPM12b job format
34
-
35
- * ENH: New FSL interfaces: fsl.PrepareFieldmap, fsl.TOPUP, fsl.ApplyTOPUP, fsl.Eddy
36
- * ENH: New workflows: nipype.workflows.dmri.fsl.epi.[fieldmap_correction&topup_correction]
37
-
38
- * ENH: Added simplified outputname generation for command line interfaces.
39
72
* FIX: Cleaned up input and output spec metadata
40
-
41
- * ENH: Allow ants use a single mask image
42
- * ENH: Create configuration option for parameterizing directories with hashes
43
- * ENH: arrange nodes by topological sort with disconnected subgraphs
44
- * ENH: uses the nidm iri namespace for uuids
45
- * ENH: remove old reporting webpage (this is a WIP i hope to finish in a day or two)
46
-
47
73
* FIX: example openfmri script now makes the contrast spec a hashed input
48
74
* FIX: FILMGLS compatibility with FSL 5.0.5
49
75
* FIX: Freesurfer recon-all resume now avoids setting inputs
50
-
51
76
* FIX: File removal from node respects file associations img/hdr/mat, BRIK/HEAD
52
77
53
78
Release 0.8.0 (May 8, 2013)
@@ -77,7 +102,7 @@ Release 0.7.0 (Dec 18, 2012)
77
102
* ENH: New interfaces: ICC, Meshfix, ants.Register, C3dAffineTool, ants.JacobianDeterminant,
78
103
afni.AutoTcorrelate, DcmStack
79
104
* 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),
105
+ * ENH: New examples: how to use ANTS template building workflows (smri_ants_build_tmeplate),
81
106
how to set SGE specific options (smri_ants_build_template_new)
82
107
* ENH: added no_flatten option to Merge
83
108
* ENH: added versioning option and checking to traits
@@ -139,11 +164,11 @@ Release 0.5 (Mar 10, 2012)
139
164
* API: IPython plugin now invokes IPython 0.11 or greater
140
165
* API: Canned workflows are now all under a different package structure
141
166
* API: SpecifyModel event_info renamed to event_files
142
- * API: DataGrabber is always being rerun (unless overwrite is set to False on
167
+ * API: DataGrabber is always being rerun (unless overwrite is set to False on
143
168
Node level)
144
- * API: "stop_on_first_rerun" does not stop for DataGrabber (unless overwrite is
169
+ * API: "stop_on_first_rerun" does not stop for DataGrabber (unless overwrite is
145
170
set to True on Node level)
146
- * API: Output prefix can be set for spm nodes (SliceTiming, Realign, Coregister,
171
+ * API: Output prefix can be set for spm nodes (SliceTiming, Realign, Coregister,
147
172
Normalize, Smooth)
148
173
149
174
* ENH: Added fsl resting state workflow based on behzadi 2007 CompCorr method.
@@ -163,7 +188,7 @@ Release 0.5 (Mar 10, 2012)
163
188
* ENH: IdentityNode with iterable expansion takes place after remaining Identity
164
189
Node removal
165
190
* ENH: Crashfile display script added
166
- * ENH: Added FmriRealign4d node wrapped from nipy
191
+ * ENH: Added FmriRealign4d node wrapped from nipy
167
192
* ENH: Added TBSS workflows and examples
168
193
* ENH: Support for openfmri data processing
169
194
* ENH: Package version check
@@ -196,8 +221,8 @@ Release 0.4 (Jun 11, 2011)
196
221
197
222
* API: Timestamp hashing does not use ctime anymore. Please update your hashes by
198
223
running workflows with updatehash=True option
199
- NOTE: THIS IS THE DEFAULT CONFIG NOW, so unless you updatehash, workflows will
200
- rerun
224
+ NOTE: THIS IS THE DEFAULT CONFIG NOW, so unless you updatehash, workflows will
225
+ rerun
201
226
* API: Workflow run function no longer supports (inseries, createdirsonly).
202
227
Functions used in connect string must be pickleable
203
228
* API: SPM EstimateContrast: ignore_derivs replaced by use_derivs
@@ -232,7 +257,7 @@ Release 0.4 (Jun 11, 2011)
232
257
- ChangeDataType, Threshold, MeanImage, IsotropicSmooth, ApplyMask, TemporalFilter
233
258
DilateImage, ErodeImage, SpatialFilter, UnaryMaths, BinaryMaths, MultiImageMaths
234
259
* ENH: added support for networx 1.4 and improved iterable expansion
235
- * ENH: Replaced BEDPOSTX and EddyCurrent with nipype pipelines
260
+ * ENH: Replaced BEDPOSTX and EddyCurrent with nipype pipelines
236
261
* ENH: Ability to create a hierarchical dot file
237
262
* ENH: Improved debugging information for rerunning nodes
238
263
* ENH: Added 'stop_on_first_rerun' option
@@ -268,15 +293,15 @@ Release 0.3.4 (Jan 12, 2011)
268
293
* ENH: Added SPM node for calculating various threshold statistics
269
294
* ENH: Added distance and dissimilarity measurements
270
295
271
- * BF: Diffusion toolkit gets installed
296
+ * BF: Diffusion toolkit gets installed
272
297
* BF: Changed FNIRT interface to accept flexible lists (rather than 4-tuples)
273
298
on all options specific to different subsampling levels
274
299
275
300
Release 0.3.3 (Sep 16, 2010)
276
301
============================
277
302
278
303
* API: subject_id in ModelSpec is now deprecated
279
- * API: spm.Threshold
304
+ * API: spm.Threshold
280
305
- does not need mask, beta, RPV anymore
281
306
- takes only one image (stat_image - mind the name change)
282
307
- works with SPM2 SPM.mat
@@ -291,7 +316,7 @@ Release 0.3.3 (Sep 16, 2010)
291
316
* BF: Traits logic for 'requires' metadata
292
317
* BF: allows workflows to be relocatable
293
318
* 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
319
+ * BF: multiple workflows with identical nodenames and iterables do not create nestsed workflows
295
320
296
321
Release 0.3.2 (Aug 03, 2010)
297
322
============================
0 commit comments