Skip to content

v0.4.0

Compare
Choose a tag to compare
@rgbkrk rgbkrk released this 09 Aug 22:52
· 267 commits to master since this release

Get it while it's briny with

pip install cloudpickle

Ch-ch-ch-changes

  • Fix functions with empty cells (#91)
  • Allow pickling Logger objects (#96)
  • Fix crash when pickling dynamic class cycles (#102)
  • Support WeakSets and ABCMeta instances (#104)
  • Ignore "None" modules added to sys.modules (#107)
  • Remove non-standard __transient__ support (#110)
  • Catch exception from pickle.whichmodule() (#112)