Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-10-24 08:48:23 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cloudpickle: updated to 3.1.0
3.1.0
- Some improvements to make cloudpickle more deterministic when pickling
dynamic functions and classes, in particular with CPython 3.13.
- Fix a problem with the joint usage of cloudpickle's `_whichmodule` and
`multiprocessing`.
|
2024-08-06 08:22:18 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-cloudpickle: added version 3.0.0
cloudpickle makes it possible to serialize Python constructs not supported by
the default pickle module from the Python standard library.
cloudpickle is especially useful for cluster computing where Python code is
shipped over the network to execute on remote hosts, possibly close to the
data.
|
Next | Query returned 2 messages, browsing 1 to 10 | previous