Skip to content

Commit 7af0997

Browse files
committed
Merge pull request #952 from chrisfilo/fix/fsl_feeds_example
Fix/fsl feeds example
2 parents d9a52d0 + 463f04f commit 7af0997

File tree

14 files changed

+224
-520
lines changed

14 files changed

+224
-520
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)