We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb211a9 + 9c46111 commit c1f9392Copy full SHA for c1f9392
CHANGES.md
@@ -1,3 +1,11 @@
1
+0.3.0
2
+=====
3
+
4
+* Import submodules accessed by pickled functions
5
+* Support recursive functions inside closures
6
+* Fix `ResourceWarnings` and `DeprecationWarnings`
7
+* Assume modules with `__file__` attribute are not dynamic
8
9
0.2.2
10
=====
11
cloudpickle/__init__.py
@@ -2,4 +2,4 @@
from cloudpickle.cloudpickle import *
-__version__ = '0.2.2'
+__version__ = '0.3.0'
0 commit comments