github ray-project/ray ray-2.21.0
Ray-2.21.0

latest release: ray-2.22.0
11 days ago

Ray Libraries

Ray Data

๐ŸŽ‰ New features:

  • Add read_lance API to read Lance Dataset (#45106)

๐Ÿ”จ Fixes:

  • Retry RaySystemError application errors (#45079)

๐Ÿ“–Documentation:

  • Fix broken references in data documentation (#44956)

Ray Train

๐Ÿ“– Documentation:

  • Fix broken links in Train documentation (#44953)

Ray Tune

๐Ÿ“– Documentation:

  • Update Hugging Face example to add reference (#42771)

๐Ÿ— Architecture refactoring:

  • Remove deprecated ray.air.callbacks modules (#45104)

Ray Serve

๐Ÿ’ซ Enhancements:

  • Allow methods to pass type @serve.batch type hint (#45004)
  • Allow configuring Serve control loop interval (#45063)

๐Ÿ”จ Fixes:

  • Fix bug with controller failing to recover for autoscaling deployments (#45118)
  • Fix control+c after serve run doesn't shutdown serve components (#45087)
  • Fix lightweight update max ongoing requests (#45006)

RLlib

๐ŸŽ‰ New Features:

  • New MetricsLogger API now fully functional on the new API stack (working now also inside Learner classes, i.e. loss functions). (#44995, #45109)

๐Ÿ’ซ Enhancements:

  • Renamings and cleanups (toward new API stack and more consistent naming schemata): WorkerSet -> EnvRunnerGroup, DEFAULT_POLICY_ID -> DEFAULT_MODULE_ID, config.rollouts() -> config.env_runners(), etc.. (#45022, #44920)
  • Changed behavior of EnvRunnerGroup.foreach_workerโ€ฆ methods to new defaults: mark_healthy=True (used to be False) and healthy_only=True (used to be False). (#44993)
  • Fix get_state()/from_state() methods in SingleAgent- and MultiAgentEpisodes. (#45012)

๐Ÿ”จ Fixes:

๐Ÿ“– Documentation:

  • Example scripts using the MetricsLogger for env rendering and recording w/ WandB: #45073, #45107

Ray Core

๐Ÿ”จ Fixes:

  • Fix ray.init(logging_format) argument is ignored (#45037)
  • Handle unserializable user exception (#44878)
  • Fix dashboard process event loop blocking issues (#45048, #45047)

Dashboard

๐Ÿ”จ Fixes:

  • Fix Nodes page sorting not working correctly.
  • Add back โ€œactors per pageโ€ UI control in the actors page.

Many thanks to all those who contributed to this release: @rynewang, @can-anyscale, @scottsun94, @bveeramani, @ceddy4395, @GeneDer, @zcin, @JoshKarpel, @nikitavemuri, @stephanie-wang, @jackhumphries, @matthewdeng, @yash97, @simonsays1980, @peytondmurray, @evalaiyc98, @c21, @alanwguo, @shrekris-anyscale, @kevin85421, @hongchaodeng, @sven1977, @st--, @khluu

Don't miss a new ray release

NewReleases is sending notifications on new releases.