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

Use ensure_bytes from dask.utils #6295

Merged
merged 3 commits into from
May 9, 2022

Commits on May 6, 2022

  1. Use ensure_bytes from dask.utils

    Also drop `ensure_bytes` implementation & tests from Distributed.
    jakirkham committed May 6, 2022
    Configuration menu
    Copy the full SHA
    3cf1b23 View commit details
    Browse the repository at this point in the history
  2. Add ensure_bytes wrapper with deprecation

    Keep `ensure_bytes` around and have it call the `dask.utils`
    implementation. Though have it raise a `DeprecationWarning` so users
    know this will be going away in the future and should update their code.
    jakirkham committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a5f18a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d1f44 View commit details
    Browse the repository at this point in the history