Difference between revisions of "New features"
Jump to navigation
Jump to search
(2.1 was released) |
|||
Line 1: | Line 1: | ||
This is a list of work-in-progress | This is a list of work-in-progress or unreleased features. See also the [[Development Branches|list of development branches]]. | ||
== | == Features not on v2.1 branch == | ||
These are | These features are on master but not on the v2.1 branch. | ||
== Other features == | == Other features == |
Revision as of 15:30, 13 January 2014
This is a list of work-in-progress or unreleased features. See also the list of development branches.
Features not on v2.1 branch
These features are on master but not on the v2.1 branch.
Other features
These features are not in the 2.1 beta and probably won't make it to the release. They are on different branches
Core
Parallel execution [work in progress, documented]
(branches: multithreaded-interpreter, multithreaded-interpreter-target-seletion)
Changes to the interpreter allowing the parallel execution of modules in a pipeline.
This is opt-in for modules and thus doesn't break modules that use thread-unsafe code. Supports threads, multiprocessing and IPython clusters.
Replaces parallelflow.