Ray-2.3.1
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()
(#32795)
Ray Serve
- Revert
serve run
to use Ray Client instead of Ray Jobs (#32976) - Fix issue with
max_concurrent_queries
being ignored when autoscaling (#32772 and #33022)
Ray Core
- Write Ray address even if Ray node is started with
--block
(#32961) - Fix Ray on Spark running on layered virtualenv python environment (#32996)
Dashboard
- Fix disk metric showing double the actual value (#32674)