2.0.1
Ray-2.0.1
Added 2
- Allow host and port in Serve config
- RLlib evaluation supports asynchronous rollout
Changed 4
- Upgrade grpcio version to 1.32
- Upgrade redis version to 7.0.5
- Increase RPC timeout for dashboard
- Replace deprecated name option with task_id in Workflows
Fixed 7
- Fix segfault when using runtime environments
- Set correct path when using python -m
- Fix autoscaling for 0 CPU head node
- Allow code in private remote Git URIs to be imported in Serve
- Fix hang during checkpoint synchronization in Tune
- Fix trial restoration from different IP in Tune
- Fix custom synchronizer serialization in Tune
The Ray 2.0.1 patch release contains dependency upgrades and fixes for multiple components:
- Upgrade grpcio version to 1.32 (#28025)
- Upgrade redis version to 7.0.5 (#28936)
- Fix segfault when using runtime environments (#28409)
- Increase RPC timeout for dashboard (#28330)
- Set correct path when using
python -m(#28140) - [Autoscaler] Fix autoscaling for 0 CPU head node (#26813)
- [Serve] Allow code in private remote Git URIs to be imported (#28250)
- [Serve] Allow
hostandportin Serve config (#27026) - [RLlib] Evaluation supports asynchronous rollout (single slow eval worker will not block the overall evaluation progress). (#27390)
- [Tune] Fix hang during checkpoint synchronization (#28155)
- [Tune] Fix trial restoration from different IP (#28470)
- [Tune] Fix custom synchronizer serialization (#28699)
- [Workflows] Replace deprecated
nameoption withtask_id(#28151)