[IPython-dev] [ANN] IPython Parallel 5.0

MinRK benjaminrk at gmail.com
Wed Feb 3 14:43:32 EST 2016


We just released IPython Parallel 5.0, check it out:

pip install --upgrade ipyparallel

The highlight of 5.0 is the use of Futures for integration with existing
async tools, and a concurrent.futures-compatible Executor API for IPython
parallel, so it can be dropped in for code using the existing Executor API. See
the demo for details
<https://nbviewer.jupyter.org/github/ipython/ipyparallel/blob/5.0.0/examples/Futures.ipynb>
.

Thanks to Anne Archibald for pushing on the Futures work.

summary of changes
<https://ipyparallel.readthedocs.org/en/5.0.0/changelog.html#id1>

P.S. The main reason for the 5.0 marker is moving some IPython
Parallel-specific code out of the ipykernel repo, so it may not be as
exciting as it sounds. But still, Futures!

-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160203/b526c121/attachment.html>


More information about the IPython-dev mailing list