From f237f2f2255327589671dd67e1a3da208a1c2b25 2014-04-28 18:12:37 From: James Porter Date: 2014-04-28 18:12:37 Subject: [PATCH] add note about cloudpickle to whatsnew --- diff --git a/docs/source/whatsnew/pr/cloudpickle.rst b/docs/source/whatsnew/pr/cloudpickle.rst new file mode 100644 index 0000000..a0af161 --- /dev/null +++ b/docs/source/whatsnew/pr/cloudpickle.rst @@ -0,0 +1,5 @@ +* Adds a ``use_cloudpickle`` method to ``DirectView`` objects, which works like + ``view.use_dill()``, but causes the ``cloudpickle`` module from PiCloud's + `cloud`__ library to be used rather than dill or the builtin pickle module. + + __ https://pypi.python.org/pypi/cloud