Skip to content

v0.4.1

Compare
Choose a tag to compare
@ssanderson ssanderson released this 26 Oct 23:10
· 255 commits to master since this release

Installation

pip install cloudpickle

Changes Since v0.4.0

  • Fixed a crash when pickling dynamic classes whose __dict__ attribute was defined as a property. Most notably, this affected dynamic namedtuples in Python 2. (#113)
  • Cloudpickle now preserves the __module__ attribute of functions (#118).
  • Fixed a crash when pickling modules that don't have a __package__ attribute (#116).