File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 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+
1130.3.1
214=====
315
416* Fix version information and ship a changelog
517
6- 0.3.0
18+ 0.3.0
719=====
820
921* Import submodules accessed by pickled functions
Original file line number Diff line number Diff line change 22
33from cloudpickle .cloudpickle import *
44
5- __version__ = '0.3.1 '
5+ __version__ = '0.4.0 '
Original file line number Diff line number Diff line change 88
99dist = setup (
1010 name = 'cloudpickle' ,
11- version = '0.3.1 ' ,
11+ version = '0.4.0 ' ,
1212 description = 'Extended pickling support for Python objects' ,
1313 author = 'Cloudpipe' ,
1414
You can’t perform that action at this time.
0 commit comments