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

[air/output] Switch on per default #35389

Merged
merged 5 commits into from
May 23, 2023

Conversation

krfricke
Copy link
Contributor

@krfricke krfricke commented May 16, 2023

Why are these changes needed?

After #35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default.

This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Kai Fricke added 3 commits May 16, 2023 16:56
Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: Kai Fricke <[email protected]>
@krfricke krfricke added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label May 19, 2023

IS_NOTEBOOK = ray.widgets.util.in_notebook()


def get_air_verbosity(
verbose: Union[int, AirVerbosity, Verbosity]
) -> Optional[AirVerbosity]:
if os.environ.get("RAY_AIR_NEW_OUTPUT", "0") == "0":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update docstring again to reflect this? 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, updated!

@@ -33,9 +33,9 @@ Context-aware progress reporting

.. note::

This feature is *disabled by default* in Ray 2.5.
This feature is *enabled by default* in Ray 2.5.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This feature is *enabled by default* in Ray 2.5.
This feature is *enabled by default* in Ray 2.6.

@krfricke krfricke merged commit 6e9dfd9 into ray-project:master May 23, 2023
@krfricke krfricke deleted the air/output/switch-on branch May 23, 2023 19:59
jjyao added a commit to jjyao/ray that referenced this pull request May 24, 2023
jjyao added a commit that referenced this pull request May 25, 2023
krfricke added a commit that referenced this pull request May 30, 2023
krfricke added a commit that referenced this pull request May 31, 2023
Reverts #35745 after fixing windows encoding issue.


Signed-off-by: Kai Fricke <[email protected]>
scv119 pushed a commit to scv119/ray that referenced this pull request Jun 16, 2023
After ray-project#35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default.

This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut.

Signed-off-by: Kai Fricke <[email protected]>
scv119 pushed a commit to scv119/ray that referenced this pull request Jun 16, 2023
scv119 pushed a commit to scv119/ray that referenced this pull request Jun 16, 2023
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
After ray-project#35129 prepared the switch, this PR actually flicks it: It enables the new context-aware output engine per default.

This was moved into a separate PR so it's easily revertible and can be enabled quickly after branch cut.

Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: e428265 <[email protected]>
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
…"" (ray-project#35895)

Reverts ray-project#35745 after fixing windows encoding issue.

Signed-off-by: Kai Fricke <[email protected]>
Signed-off-by: e428265 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants