Skip to content

v0.4.3

Compare
Choose a tag to compare
@HyukjinKwon HyukjinKwon released this 13 Feb 09:11
· 245 commits to master since this release

Installation

pip install cloudpickle

Changes Since v0.4.2

  • Fixed a regression: AttributeError when loading pickles that hold a
    reference to a dynamically defined class from the __main__ module.
    (issue #131).
  • Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
    types. (issue #144)