Skip to content

Commit 23b27d9

Browse files
committed
Merge branch 'master' into fix/bedpostx
* master: (59 commits) sty: removed old interface code writer tst: removed test skipping code - can be overwritten easily by adding a named test tst: add generation for removing a test when package is not found tst: updated test for eddy ref: eddy to remove setting inputs tst: fix spm tests fix: environment variable must be a string sty: white spaces enh: add threading option to Eddy fix: set default number of threads for ITK programs to 1 enh: add FAST option for SPM12 Added backward compatibility for old segment. updated docs, deleted older workflows better error reporting add test for niu.Split update auto test added squeeze to split Fixed bug in antsRegistration outputs. Close #944 changelog fixed tests ...
2 parents 6b69b33 + 25c8064 commit 23b27d9

40 files changed

+1749
-2127
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Next Release
3131
* ENH: New data grabbing interface that works over SSH connections, SSHDataGrabber
3232
* ENH: New color mode for write_graph
3333
* ENH: You can now force MapNodes to be run serially
34+
* ENH: Added ANTS based openfmri workflow
35+
* ENH: MapNode now supports flattening nested lists
3436
* FIX: MRTrix tracking algorithms were ignoring mask parameters.
3537
* FIX: FNIRT registration pathway and associated OpenFMRI example script
3638
* FIX: spm12b compatibility for Model estimate
3739
* FIX: Batch scheduler controls the number of maximum jobs properly
3840
* FIX: Update for FSL 5.0.7 which deprecated Contrast Manager
39-
* ENH: Added ANTS based openfmri workflow
4041

4142
Release 0.9.2 (January 31, 2014)
4243
============

doc/users/mapnode_and_iterables.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ is almost the same as running
9292
9393
It is a rarely used feature, but you can sometimes find it useful.
9494

95+
In more advanced applications it is useful to be able to iterate over items
96+
of nested lists (for example [[1,2],[3,4]]). MapNode allows you to do this
97+
with the "nested=True" parameter. Outputs will preserve the same nested
98+
structure as the inputs.
99+
95100
Iterables
96101
=========
97102

0 commit comments

Comments
 (0)