pypi cloudpickle 0.4.1
v0.4.1

latest releases: 3.1.0, 3.0.0, 2.2.1...
7 years ago

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).

Don't miss a new cloudpickle release

NewReleases is sending notifications on new releases.