Skip to content

Commit 714b4aa

Browse files
committed
changelog cleanup
1 parent c6c7ba6 commit 714b4aa

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

CHANGES

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ Next release
22
============
33

44
* 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
76
* ENH: W3C PROV support with optional RDF export built into Nipype
87
* ENH: Added support for Simple Linux Utility Resource Management (SLURM)
98
* 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
1115
* ENH: Several new interfaces related to Camino were added:
1216
- camino.SFPICOCalibData
1317
- camino.Conmat
@@ -20,6 +24,25 @@ Next release
2024
- mrtrix.GenerateDirections
2125
- mrtrix.FindShPeaks
2226
- 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
2346

2447
* FIX: Several fixes related to Camino interfaces:
2548
- ProcStreamlines would ignore many arguments silently (target, waypoint, exclusion ROIS, etc.)
@@ -29,29 +52,12 @@ Next release
2952
- Track input model names were outdated (and would generate an error)
3053
- Track numpds parameter could not be set for deterministic tractography
3154
- FA created output files with erroneous extension
32-
3355
* FIX: Deals properly with 3d files in SPM Realign
3456
* 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.
4357
* 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-
5158
* FIX: example openfmri script now makes the contrast spec a hashed input
5259
* FIX: FILMGLS compatibility with FSL 5.0.5
5360
* FIX: Freesurfer recon-all resume now avoids setting inputs
54-
5561
* FIX: File removal from node respects file associations img/hdr/mat, BRIK/HEAD
5662

5763
Release 0.8.0 (May 8, 2013)

0 commit comments

Comments
 (0)