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