File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.5.3
2+ =====
3+ - Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
4+ types ([ issue #144 ] ( https://github.com/cloudpipe/cloudpickle/issues/144 ) ).
5+
6+ - itertools objects can also pickled
7+ ([ PR #156 ] ( https://github.com/cloudpipe/cloudpickle/pull/156 ) ).
8+
9+ - ` logging.RootLogger ` can be also pickled
10+ ([ PR #160 ] ( https://github.com/cloudpipe/cloudpickle/pull/160 ) ).
11+
1120.5.2
213=====
314
2031
2132- Use ` pickle.HIGHEST_PROTOCOL ` by default.
2233
34+ 0.4.4
35+ =====
36+
37+ - ` logging.RootLogger ` can be also pickled
38+ ([ PR #160 ] ( https://github.com/cloudpipe/cloudpickle/pull/160 ) ).
39+
23400.4.3
2441=====
2542
Original file line number Diff line number Diff line change 22
33from cloudpickle .cloudpickle import *
44
5- __version__ = '0.5.2 '
5+ __version__ = '0.5.3 '
Original file line number Diff line number Diff line change 88
99dist = setup (
1010 name = 'cloudpickle' ,
11- version = '0.5.2 ' ,
11+ version = '0.5.3 ' ,
1212 description = 'Extended pickling support for Python objects' ,
1313 author = 'Cloudpipe' ,
1414
You can’t perform that action at this time.
0 commit comments