Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ray from 2.35.0 to 2.44.0 #817

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps ray from 2.35.0 to 2.44.0.

Release notes

Sourced from ray's releases.

Ray-2.44.0

Release Highlights

  • This release features Ray Compiled Graph (beta). Ray Compiled Graph gives you a classic Ray Core-like API, but with (1) less than 50us system overhead for workloads that repeatedly execute the same task graph; and (2) native support for GPU-GPU communication via NCCL. Ray Compiled Graph APIs simplify high-performance multi-GPU workloads such as LLM inference and training. The beta release refines the API, enhances stability, and adds or improves features like visualization, profiling and experimental GPU compute/computation overlap. For more information, refer to Ray documentation: https://docs.ray.io/en/latest/ray-core/compiled-graph/ray-compiled-graph.html
  • The experimental Ray Workflows library has been deprecated and will be removed in a future version of Ray. Ray Workflows has been marked experimental since its inception and hasn’t been maintained due to the Ray team focusing on other priorities. If you are using Ray Workflows, we recommend pinning your Ray version to 2.44.

Ray Libraries

Ray Data

🎉 New Features:

  • Add Iceberg write support through pyiceberg (#50590)
  • [LLM] New LLM batch inference API on ray.data.llm, docs

💫 Enhancements:

  • Add dataset/operator state, progress, total metrics (#50770)
  • Make chunk combination threshold configurable (#51200)
  • Store average memory use per task in OpRuntimeMetrics (#51126)
  • Avoid unnecessary conversion to Numpy when creating Arrow/Pandas blocks (#51238)

🔨 Fixes:

  • Fixing Map Operators to avoid unconditionally overriding generator's back-pressure configuration (#50900)
  • Fix filter expr equating negative numbers (#50932)
  • Fix error message for override_num_blocks when reading from a HuggingFace Dataset (#50998)
  • Make num_blocks in repartition optional (#50997)
  • Always pin the seed when doing file-based random shuffle (#50924)
  • Fix StandardScaler to handle NaN stats (#51281)

Ray Train/Tune

📖 Documentation:

  • Update user guides for metrics, checkpoints, results, and experiment tracking (#49454, #51204, #51222)

Ray Serve

🎉 New Features:

  • Faster bulk imperative Serve Application deploys (#49168)
  • [LLM] New Ray Serve LLM APIs on ray.serve.llm, docs.
  • [LLM] Add gen-config to oss (#51235)

💫 Enhancements:

  • Clean up shutdown behavior of serve (#51009)
  • Add additional_log_standard_attrs to serve logging config (#51144)
  • [LLM] remove asyncache and cachetools from dependencies (#50806)
  • [LLM] remove backoff dependency (#50822)
  • [LLM] Remove asyncio_timeout from ray[llm] deps on python<3.11 (#50815)
  • [LLM] Made JSON validator a singleton and jsonref packages lazy imported (#50821)
  • [LLM] Reuse AutoscalingConfig and DeploymentConfig from Serve (#50871)
  • [LLM] Use pyarrow FS for cloud remote storage interaction (#50820)
  • [LLM] Add usage telemetry for serve.llm (#51221)

... (truncated)

Commits
  • 36bed82 properly build cpp wheels (#51452)
  • f468b3e release 2.44.0 version change
  • 8ee3f00 [Release Test] Fixing test names of the release tests (#51377)
  • ef47aec [core][dashboard] Return the correct error message when trying to kill non-ex...
  • 936539c [data] Move core arrow util dependencies to arrow_utils.py (#51306)
  • 81755fb add additional_log_standard_attrs to serve logging config (#51144)
  • 65514ea [serve] Log rejected requests at router side (#51346)
  • adfb750 [usage] add a haiku at the end of usage proto (#51362)
  • 185e69e [Autoscaler] Update YAML example for CoordinatorSenderNodeProvider (#51292)
  • d2b7b64 [RLlib] Add type check for 'VectorMultiAgentEnv' to EnvRenderCallback. (#51...
  • Additional commits viewable in compare view

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.35.0 to 2.44.0.
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.35.0...ray-2.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot test-guided-notebooks Run PR check to verify Guided notebooks labels Mar 21, 2025
@openshift-ci openshift-ci bot requested review from szaher and varshaprasad96 March 21, 2025 22:19
@codeflare-machine-account codeflare-machine-account added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Mar 21, 2025
Copy link
Contributor

openshift-ci bot commented Mar 21, 2025

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2025

Superseded by #820.

@dependabot dependabot bot closed this Mar 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/ray-2.44.0 branch March 27, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependabot lgtm Indicates that a PR is ready to be merged. test-guided-notebooks Run PR check to verify Guided notebooks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant