Commit Graph

22 Commits

Author SHA1 Message Date
Siyuan (Ryans) Zhuang dde49b8d48 [Serialization] Fix cloudpickle (#13242) 2021-01-06 17:21:17 -08:00
Richard Liaw a21523c709 [tune/core] serialization debugging utility (#12142)
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-12-02 00:52:17 -08:00
Simon Mo 871cde989a Re-Revert: [Serialization] Update CloudPickle to 1.6.0 (#9694) (#11837) 2020-11-06 12:24:36 -08:00
Sven Mika d9f1874e34 [RLlib] Minor fixes (torch GPU bugs + some cleanup). (#11609) 2020-10-27 10:00:24 +01:00
Siyuan (Ryans) Zhuang 5ad5cb61ca Remove outdated numpy serializer (#11587) 2020-10-23 22:58:05 -07:00
Simon Mo ddd62a177f Revert "[Serialization] Update CloudPickle to 1.6.0 (#9694)" (#10460)
This reverts commit f0c3910d59.
2020-08-31 20:41:37 -07:00
Siyuan (Ryans) Zhuang f0c3910d59 [Serialization] Update CloudPickle to 1.6.0 (#9694)
* update cloudpickle to 1.6.0

* fix CI timeout
2020-08-29 23:11:28 -07:00
Siyuan (Ryans) Zhuang ebea5c4111 Update cloudpickle to version 1.4.1 (#8577) 2020-05-29 17:55:48 -07:00
mehrdadn 65054a2c7c Python 3.8 compatibility (#7754) 2020-04-01 10:03:23 -07:00
Edward Oakes 4ab80eafb9 Deprecate use_pickle flag (#7474) 2020-03-09 16:03:56 -07:00
Philipp Moritz fb1c1e2d27 Revert "Keep cloudpickle up-to-date with the upstream (#7406)" (#7437)
This reverts commit f6883bf725.
2020-03-03 18:36:15 -08:00
Siyuan (Ryans) Zhuang f6883bf725 Keep cloudpickle up-to-date with the upstream (#7406) 2020-03-03 13:52:54 -08:00
Siyuan (Ryans) Zhuang 0792b5cb93 Fix the numpy ndarray subclass serialization bug (#7392) 2020-03-01 23:05:59 -08:00
Siyuan (Ryans) Zhuang 0d210a99c3 Ensure deserialized numpy arrays are immutable (#7181)
* ensure numpy arrays are immutable when deserialized from the memory buffer
2020-02-19 23:30:10 -08:00
Edward Oakes 984490d2be Collect object IDs during serialization (#6946) 2020-02-03 18:38:11 -08:00
Siyuan (Ryans) Zhuang 42cbf801e1 workaround for python3.5 fast numpy serialization (#6675) 2020-02-03 13:08:18 -08:00
Philipp Moritz decaa65cd6 Use pickle by default for serialization (#5978) 2019-11-10 18:12:18 -08:00
Philipp Moritz d23696de17 Introduce flag to use pickle for serialization (#5805) 2019-10-18 22:29:36 -07:00
Si-Yuan 4c964c0941 Initial implementation for pickle5 support (#5611) 2019-09-13 17:54:14 -07:00
Richard Liaw 0010f54378 Update Cloudpickle (#5643) 2019-09-09 17:17:29 -07:00
Philipp Moritz 0aa74fb1fd Update cloudpickle to 0.8.0.dev0 (#3964) 2019-02-07 15:24:06 -08:00
Robert Nishihara ab5d4a6010 Bring cloudpickle inside the repository. (#1445)
* Bring cloudpickle version 0.5.2 inside the repo.

* Use internal copy of cloudpickle everywhere.

* Fix linting.

* Import ordering.

* Change __init__.py.

* Set pickler in serialization context.

* Don't check ray location.
2018-01-25 11:36:37 -08:00