Skip to content

Commit 7a39ae6

Browse files
committed
Merge remote-tracking branch 'upstream/master' into enh/restingconn
* upstream/master: add test for niu.Split update auto test added squeeze to split changelog fixed tests Cleanup final touches. Disable provenance, typos and fixes Fixes and improvementsto standard FSL pipelines Add supported for nested lists in iterfields. Added flatten and unflatten functions A new way to select b0 reference. Close #941 fix some pep8 errors fix some pep8 errors
2 parents c8792dc + aa6e77e commit 7a39ae6

20 files changed

+611
-830
lines changed

CHANGES

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

3738
Release 0.9.2 (January 31, 2014)
3839
============

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)