Skip to content

v0.5.3

Compare
Choose a tag to compare
@HyukjinKwon HyukjinKwon released this 14 May 16:33
· 201 commits to master since this release

Installation

pip install cloudpickle

Changes Since v0.5.2

  • Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
    types (issue #144).

  • itertools objects can also pickled
    (PR #156).

  • logging.RootLogger can be also pickled
    (PR #160).