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.1 #820

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps ray from 2.35.0 to 2.44.1.

Release notes

Sourced from ray's releases.

Ray-2.44.1

Under screen-lit skies A ray of bliss in each patch Joy at any scale

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] Various feature enhancements to Ray Data LLM, including LoRA support #50804 and structured outputs #50901

💫 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)
  • Append-mode API for preprocessors -- #50848, #50847, #50642, #50856, #50584. Note that vectorizers and hashers now output a single column instead 1 column per feature. In the near future, we will be graduating preprocessors to beta.

🔨 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

🎉 New Features:

💫 Enhancements:

  • Folded v2.XGBoostTrainer API into the public trainer class as an alternate constructor (#50045)
  • Created a default ScalingConfig if one is not provided to the trainer (#51093)
  • Improved TrainingFailedError message (#51199)
  • Utilize FailurePolicy factory (#51067)

🔨 Fixes:

  • Fixed trainer import deserialization when captured within a Ray task (#50862)
  • Fixed serialize import test for Python 3.12 (#50963)
  • Fixed RunConfig deprecation message in Tune being emitted in trainer.fit usage (#51198)

... (truncated)

Commits
  • daca7b2 version change for 2.44.1 (#51463)
  • 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)
  • 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.1.
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.35.0...ray-2.44.1)

---
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 27, 2025
@dependabot dependabot bot requested review from szaher and varshaprasad96 March 27, 2025 22:25
@openshift-ci openshift-ci bot requested review from astefanutti and chipspeak March 27, 2025 22:25
@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 27, 2025
Copy link
Contributor

openshift-ci bot commented Mar 27, 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

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