2013-07-25
Gael Varoquaux
MISC: capture meaningless argument (n_jobs=0) in Parallel
2013-07-09
Lars Buitinck
ENH Handles tuples, sets and Python 3's dict_keys type the same as
lists. in pre_dispatch
2013-05-23
Martin Luessi
ENH: fix function caching for IPython
Changelog is:
**Dropping support for Python 2.5 in favor of support for Python 3.0**
ENH: Parallel: Turn of pre-dispatch for already expanded lists
ENH: detect recursive sub-process spawning, as when people do not
protect the __main__ in scripts under Windows, and raise a useful
error.
ENH: Full python 3 support