Skip to content

Tags: Mark2000/ray

Tags

ray-2.20.0

Toggle ray-2.20.0's commit message
Tag Ray release version

ray-2.12.0

Toggle ray-2.12.0's commit message
Tag Ray 2.12.0 release version

ray-2.11.0

Toggle ray-2.11.0's commit message
Tag Ray release version

ray-2.10.0

Toggle ray-2.10.0's commit message

ray-2.9.3

Toggle ray-2.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[core] Fix protobuf breaking change by adding a compat layer. (ray-pr…

…oject#43172) (ray-project#43188)

Latest postmerge failure linux://python/ray/tests:test_output turns out to be from a recent protobuf pre-release change. It changed an argument name which breaks our event logger. This PR introduces a compatibility layer to support both args.

Also re-enabled core minimal tests in premerge.

Signed-off-by: Ruiyang Wang <[email protected]>

ray-2.9.2

Toggle ray-2.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Serve] fix missing message body for json log formats (ray-project#42729

) (ray-project#42874)

Pick of ray-project#42729

Signed-off-by: Gene Su <[email protected]>

ray-2.9.1

Toggle ray-2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Debugger] Adding debupgy as the ray debugger (ray-project#42311) (ra…

…y-project#42361)

- enabled debugpy as the ray debugger for breakpoint and post_mortem debugging
- added flag RAY_DEBUG=1 to enable debugpy. If RAY_DEBUG is not set and RAY_PDB is set, then rpdb will be used.
- used state api to save worker debugging port.

ray-2.9.0

Toggle ray-2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
disable StreamingOutputBackpressurePolicy (ray-project#42000)

Cherrypick ray-project#41999 to 2.9.0. This can fix a regression for small-scale jobs (ray-project#41496). But it will also hurt stability for large-scale jobs.

Signed-off-by: Hao Chen <[email protected]>

ray-2.8.1

Toggle ray-2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wheel] revert commit injection (ray-project#41550)

in case we need to do a ray 2.8.2 ..

Signed-off-by: Lonnie Liu <[email protected]>

ray-2.8.0

Toggle ray-2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Doc][KubeRay] Add a doc for RayService high-availability (ray-projec…

…t#40672) (ray-project#40870)

Signed-off-by: Kai-Hsun Chen <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
Co-authored-by: Archit Kulkarni <[email protected]>
Co-authored-by: angelinalg <[email protected]>