Releases: cloudpipe/cloudpickle
Releases · cloudpipe/cloudpickle
v0.3.0
Get it while it's hot with
Changes
- Import submodules accessed by pickled functions (#80)
- Support recursive functions inside closures (#89, #90)
- Fix
ResourceWarning
s and DeprecationWarning
s (#88)
- Assume modules with
__file__
attribute are not dynamic (#85)
v0.1.1
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!
Cloudpickle 0.1.0
- Pickle arbitrary functions, classes
- Python 3 support!
Many thanks to the originators of PiCloud and the maintainers of PySpark for their stewardship of cloudpickle over the years!
Note: This was released on an ✈️, in the literal ☁️s.