2.3.1
Ray-2.3.1
Changed 2
- Support different number of blocks/rows per block in zip()
- Revert serve run to use Ray Client instead of Ray Jobs
Fixed 4
- Fix issue with max_concurrent_queries being ignored when autoscaling
- Write Ray address even if Ray node is started with --block
- Fix Ray on Spark running on layered virtualenv python environment
- Fix disk metric showing double the actual value
The Ray 2.3.1 patch release contains fixes for multiple components:
Ray Data Processing
- Support different number of blocks/rows per block in
zip()(https://github.com/ray-project/ray/pull/32795)
Ray Serve
- Revert
serve runto use Ray Client instead of Ray Jobs (https://github.com/ray-project/ray/pull/32976) - Fix issue with
max_concurrent_queriesbeing ignored when autoscaling (https://github.com/ray-project/ray/pull/32772 and https://github.com/ray-project/ray/pull/33022)
Ray Core
- Write Ray address even if Ray node is started with
--block(https://github.com/ray-project/ray/pull/32961) - Fix Ray on Spark running on layered virtualenv python environment (https://github.com/ray-project/ray/pull/32996)
Dashboard
- Fix disk metric showing double the actual value (https://github.com/ray-project/ray/pull/32674)