@@ -2,12 +2,16 @@ Next release
2
2
============
3
3
4
4
* ENH: SelectFiles: a streamlined version of DataGrabber
5
- * ENH: New interfaces: spm.ResliceToReference, FuzzyOverlap, afni.AFNItoNIFTI
6
- afni.TCorr1D, spm.DicomImport, P2PDistance
5
+ * ENH: new tools for defining workflows: JoinNode, synchronize and itersource
7
6
* ENH: W3C PROV support with optional RDF export built into Nipype
8
7
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
9
8
* ENH: AFNI interfaces refactor, prefix, suffix are replaced by "flexible_%s_templates"
10
- * ENH: DataGrabber and SelectFiles use human (or natural) sort now
9
+ * ENH: New SPM interfaces:
10
+ - spm.ResliceToReference,
11
+ - spm.DicomImport
12
+ * ENH: New AFNI interfaces:
13
+ - afni.AFNItoNIFTI
14
+ - afni.TCorr1D
11
15
* ENH: Several new interfaces related to Camino were added:
12
16
- camino.SFPICOCalibData
13
17
- camino.Conmat
@@ -20,6 +24,25 @@ Next release
20
24
- mrtrix.GenerateDirections
21
25
- mrtrix.FindShPeaks
22
26
- mrtrix.Directions2Amplitude
27
+ * ENH: New FSL interfaces:
28
+ - fsl.PrepareFieldmap
29
+ - fsl.TOPUP
30
+ - fsl.ApplyTOPUP
31
+ - fsl.Eddy
32
+ * ENH: New misc interfaces:
33
+ - FuzzyOverlap,
34
+ - P2PDistance
35
+ * ENH: New workflows: nipype.workflows.dmri.fsl.epi.[fieldmap_correction&topup_correction]
36
+ * ENH: Added simplified outputname generation for command line interfaces.
37
+ * ENH: Allow ants use a single mask image
38
+ * ENH: Create configuration option for parameterizing directories with hashes
39
+ * ENH: arrange nodes by topological sort with disconnected subgraphs
40
+ * ENH: uses the nidm iri namespace for uuids
41
+ * ENH: remove old reporting webpage
42
+
43
+ * API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
44
+ * API: SPM now defaults to SPM8 or SPM12b job format
45
+ * API: DataGrabber and SelectFiles use human (or natural) sort now
23
46
24
47
* FIX: Several fixes related to Camino interfaces:
25
48
- ProcStreamlines would ignore many arguments silently (target, waypoint, exclusion ROIS, etc.)
@@ -29,29 +52,12 @@ Next release
29
52
- Track input model names were outdated (and would generate an error)
30
53
- Track numpds parameter could not be set for deterministic tractography
31
54
- FA created output files with erroneous extension
32
-
33
55
* FIX: Deals properly with 3d files in SPM Realign
34
56
* FIX: SPM with MCR fixed
35
-
36
- * API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
37
- * API: SPM now defaults to SPM8 or SPM12b job format
38
-
39
- * ENH: New FSL interfaces: fsl.PrepareFieldmap, fsl.TOPUP, fsl.ApplyTOPUP, fsl.Eddy
40
- * ENH: New workflows: nipype.workflows.dmri.fsl.epi.[fieldmap_correction&topup_correction]
41
-
42
- * ENH: Added simplified outputname generation for command line interfaces.
43
57
* FIX: Cleaned up input and output spec metadata
44
-
45
- * ENH: Allow ants use a single mask image
46
- * ENH: Create configuration option for parameterizing directories with hashes
47
- * ENH: arrange nodes by topological sort with disconnected subgraphs
48
- * ENH: uses the nidm iri namespace for uuids
49
- * ENH: remove old reporting webpage (this is a WIP i hope to finish in a day or two)
50
-
51
58
* FIX: example openfmri script now makes the contrast spec a hashed input
52
59
* FIX: FILMGLS compatibility with FSL 5.0.5
53
60
* FIX: Freesurfer recon-all resume now avoids setting inputs
54
-
55
61
* FIX: File removal from node respects file associations img/hdr/mat, BRIK/HEAD
56
62
57
63
Release 0.8.0 (May 8, 2013)
0 commit comments