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

Deprecate utilities which have moved to dask #4966

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

jrbourbeau
Copy link
Member

Several utilities, e.g. distributed.utils.parse_timedelta, have been moved over to dask.utils but we've kept imports around in distributed/utils.py for backwards compatibility. This PR officially deprecates utilities which have migrated from distributed to dask.

Copy link
Member

@fjetter fjetter left a comment

Choose a reason for hiding this comment

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

I think my browser is broken. It shows green checkmarks for all the builds. that must be a bug.

Thanks @jrbourbeau !

@fjetter fjetter merged commit 06a70aa into dask:main Jun 24, 2021
@jrbourbeau jrbourbeau deleted the deprecate-cli-serialize branch June 24, 2021 16:22
TomAugspurger pushed a commit to TomAugspurger/dask-gateway that referenced this pull request Aug 5, 2021
dask/distributed#4966 deprecated
`distributed.utils.format_bytes`. We should use the version from
`dask.utils`. I didn't check the exact version of Dask it was added, but
it was >2 years ago, so I think we're OK.
martindurant pushed a commit to dask/dask-gateway that referenced this pull request Aug 13, 2021
dask/distributed#4966 deprecated
`distributed.utils.format_bytes`. We should use the version from
`dask.utils`. I didn't check the exact version of Dask it was added, but
it was >2 years ago, so I think we're OK.
@jrbourbeau jrbourbeau mentioned this pull request May 6, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants