cloudpickle

Extended pickling support for Python objects

OTHER License

Downloads
95.6M
Stars
1.6K
Committers
57
cloudpickle - 3.1.0

Published by ogrisel 9 days ago

cloudpickle - 3.0.0 Latest Release

Published by ogrisel about 1 year ago

Drop support for Python 3.6 and 3.7, add official support for Python 3.12.

A large code base reorganization and simplification was possible after dropping support for older Python versions.

See the changelog for more details:

cloudpickle - 2.0.0

Published by ogrisel about 3 years ago

cloudpickle - v0.4.4

Published by HyukjinKwon over 6 years ago

Installation

pip install cloudpickle==0.4.4

Changes Since v0.4.3

  • logging.RootLogger can be also pickled
    (PR #160).
cloudpickle - v0.5.3

Published by HyukjinKwon over 6 years ago

Installation

pip install cloudpickle

Changes Since v0.5.2

  • Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
    types (issue #144).

  • itertools objects can also pickled
    (PR #156).

  • logging.RootLogger can be also pickled
    (PR #160).

cloudpickle - v0.4.3

Published by HyukjinKwon over 6 years ago

Installation

pip install cloudpickle

Changes Since v0.4.2

  • Fixed a regression: AttributeError when loading pickles that hold a
    reference to a dynamically defined class from the __main__ module.
    (issue #131).
  • Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
    types. (issue #144)
cloudpickle - v0.4.1

Published by ssanderson almost 7 years ago

Installation

pip install cloudpickle

Changes Since v0.4.0

cloudpickle - v0.4.0

Published by rgbkrk about 7 years ago

Get it while it's briny with

pip install cloudpickle

Ch-ch-ch-changes

cloudpickle -

Published by rgbkrk over 7 years ago

Get it while it's hot with

pip install cloudpickle

Changes since v0.2.2

cloudpickle -

Published by rgbkrk over 7 years ago

Get it while it's hot with

pip install cloudpickle

Changes

cloudpickle - v0.1.1

Published by rgbkrk about 9 years ago

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 - Cloudpickle 0.1.0

Published by rgbkrk over 9 years ago

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

Package Rankings
Top 1.3% on Pypi.org
Top 13.67% on Anaconda.org
Top 6.07% on Proxy.golang.org
Top 6.93% on Conda-forge.org
Top 4.74% on Spack.io
Badges
Extracted from project README
Automated Tests codecov.io