Skip to content

v0.1.1

Compare
Choose a tag to compare
@rgbkrk rgbkrk released this 05 Sep 02:04
· 346 commits to master since this release

cloudpickle bug fix release v0.1.1

  • fixed save_classmethod (#41)
  • now allows users to import cloudpickle to dump and load pickled data (#37)
  • no more pickling of closed files, was broken on Python 3 (#32)
  • more tests!