[ANN] IPython Parallel 5.0
MinRK <[email protected]>
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAHNn8BU2H3ggZ7yNLGHn7_8yAQwD4NiNXCoe=MGkOU2=F0xk1g@mail.gmail.com> |
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 _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev