##// END OF EJS Templates
Merge pull request #4552 from minrk/use_dill...
Merge pull request #4552 from minrk/use_dill add pickleutil.use_dill

File last commit:

r13639:b321a7fd
r13728:818f778e merge
Show More
use-dill.rst
7 lines | 347 B | text/x-rst | RstLexer
MinRK
add use_dill note to what's new
r13639 Using dill to expand serialization support
------------------------------------------
adds :func:`~IPython.utils.pickleutil.use_dill` for allowing
dill to extend serialization support in :mod:`IPython.parallel` (closures, etc.).
Also adds :meth:`DirectView.use_dill` convenience method for enabling dill
locally and on all engines with one call.