Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps ray from 2.40.0 to 2.46.0.

Release notes

Sourced from ray's releases.

Ray-2.46.0

Release Highlights

The 2.46 Ray release comes with a couple core highlights:

  1. Ray Data now supports hash shuffling for repartition and aggregations, along with support for joins. This enables many new data processing workloads to be run on Ray Data. Please give it a try and let us know if you have any feedback!
  2. Ray Serve LLM now supports vLLM v1 to be forward-compatible with upcoming vLLM releases. This also opens up significant performance improvements that come with vLLM's v1 refactor.
  3. There is a new Train Grafana dashboard which provides in-depth metrics on Grafana for better metrics on training workloads.

Ray Libraries

Ray Data

🎉 New Features:

  • Adding support for hash-shuffle based repartitioning and aggregations (#52664)
  • Added support for Joins (using hash-shuffle) (#52728)
  • [LLM] vLLM support upgrades to 0.8.5 (#52344)

💫 Enhancements:

  • Add memory attribute to ExecutionResources (#51127)
  • Support ray_remote_args for read_tfrecords #52450
  • [data.dashboard] Skip reporting internal metrics (#52666)
  • Add PhysicalOperator.min_max_resource_usage_bounds (#52502)
  • Speed up printing the schema (#52612)
  • [data.dashboard] Dataset logger for worker (#52706)
  • Support new pyiceberg version (#51744)
  • Support num_cpus, memory, concurrency, batch_size for preprocess (#52574)

🔨 Fixes:

  • Handle Arrow Array null types in to_numpy (#52572)
  • Fix S3 serialization wrapper compatibility with RetryingPyFileSystem (#52568)
  • Fixing Optimizer to apply rules until plan stabilize; (#52663)
  • Fixing FuseOperators rule to properly handle the case of transformations drastically changing size of the dataset (#52570)

📖 Documentation:

  • [LLM] Improve concurrency settings, improve prompt to achieve better throughput (#52634)

Ray Train

🎉 New Features:

  • Add initial Train Grafana dashboard (#52709)

💫 Enhancements:

  • Lazily import torch FSDP for ray.train.torch module to improve performance and reduce unnecessary dependencies (#52707)
  • Deserialize the user-defined training function directly on workers, improving efficiency (#52684)

🔨 Fixes:

  • Fixed error when no arguments are passed into TorchTrainer (#52693)

📖 Documentation:

  • Added new XGBoostTrainer user guide (#52355)

🏗 Architecture refactoring:

  • Re-enabled isort for python/ray/train to maintain code formatting consistency (#52717)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ray](https://github.com/ray-project/ray) from 2.40.0 to 2.46.0.
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.40.0...ray-2.46.0)

---
updated-dependencies:
- dependency-name: ray
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Superseded by #70.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/pip/ray-2.46.0 branch June 16, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants