File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.4.0
2
+ =====
3
+
4
+ * Fix functions with empty cells
5
+ * Allow pickling Logger objects
6
+ * Fix crash when pickling dynamic class cycles
7
+ * Ignore "None" mdoules added to sys.modules
8
+ * Support WeakSets and ABCMeta instances
9
+ * Remove non-standard ` __transient__ ` support
10
+ * Catch exception from ` pickle.whichmodule() `
11
+
12
+
1
13
0.3.1
2
14
=====
3
15
4
16
* Fix version information and ship a changelog
5
17
6
- 0.3.0
18
+ 0.3.0
7
19
=====
8
20
9
21
* Import submodules accessed by pickled functions
Original file line number Diff line number Diff line change 2
2
3
3
from cloudpickle .cloudpickle import *
4
4
5
- __version__ = '0.3.1 '
5
+ __version__ = '0.4.0 '
Original file line number Diff line number Diff line change 8
8
9
9
dist = setup (
10
10
name = 'cloudpickle' ,
11
- version = '0.3.1 ' ,
11
+ version = '0.4.0 ' ,
12
12
description = 'Extended pickling support for Python objects' ,
13
13
author = 'Cloudpipe' ,
14
14
You can’t perform that action at this time.
0 commit comments