File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Right now, we will need to update the vendored cloudpickle manually. Here are the steps to do so:
5
5
1 . Overwrite the ` cloudpickle.py ` and ` cloudpickle_fast.py ` from the [ upstream] ( https://github.com/cloudpipe/cloudpickle )
6
- 2 . Run performance benchmarks to validate no regression. (e.g. microbenchmark, scalability tests, etc.)
6
+ 2 . Update the version in python/ray/cloudpickle/__ init__ .py
7
+ 3 . Run performance benchmarks to validate no regression. (e.g. microbenchmark, scalability tests, etc.)
Original file line number Diff line number Diff line change 11
11
# expose their Pickler subclass at top-level under the "Pickler" name.
12
12
Pickler = CloudPickler
13
13
14
- __version__ = '2 .0.0'
14
+ __version__ = '3 .0.0'
15
15
16
16
17
17
def _warn_msg (obj , method , exc ):
You can’t perform that action at this time.
0 commit comments