##// END OF EJS Templates
add note about cloudpickle to whatsnew
James Porter -
Show More
@@ -0,0 +1,5 b''
1 * Adds a ``use_cloudpickle`` method to ``DirectView`` objects, which works like
2 ``view.use_dill()``, but causes the ``cloudpickle`` module from PiCloud's
3 `cloud`__ library to be used rather than dill or the builtin pickle module.
4
5 __ https://pypi.python.org/pypi/cloud
General Comments 0
You need to be logged in to leave comments. Login now