We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725e2de commit f00e36eCopy full SHA for f00e36e
CHANGES.md
@@ -9,6 +9,11 @@
9
but is no longer officially supported by cloudpickle)
10
([issue #276](https://github.com/cloudpipe/cloudpickle/pull/276))
11
12
+- Internal refactoring to proactively detect dynamic functions and classes when
13
+ pickling them. This refactoring also yields small performance improvements
14
+ when pickling dynamic classes (~10%)
15
+ ([issue #273](https://github.com/cloudpipe/cloudpickle/pull/273))
16
+
17
1.1.1
18
=====
19
cloudpickle/__init__.py
@@ -2,4 +2,4 @@
2
3
from cloudpickle.cloudpickle import *
4
5
-__version__ = '1.1.1'
+__version__ = '1.2.0.dev0'
0 commit comments