Skip to content

Deprecate dask.delayed compute and do#1976

Merged
mrocklin merged 1 commit intodask:masterfrom
jcrist:deprecate-delayed-things
Feb 12, 2017
Merged

Deprecate dask.delayed compute and do#1976
mrocklin merged 1 commit intodask:masterfrom
jcrist:deprecate-delayed-things

Conversation

@jcrist
Copy link
Member

@jcrist jcrist commented Feb 10, 2017

dask.delayed.compute was removed in #1975, and was made a simple
alias to dask.base.compute. This deprecates the function found here,
and redirects users to import from elsewhere.

dask.delayed.do was renamed to dask.delayed.delayed in #1085,
making dask.delayed.do a simple alias. This PR deprecates that
alias. Users can always import dask.delayed as an alias if needed:

from dask import delayed as do

``dask.delayed.compute`` was removed in dask#1975, and was made a simple
alias to ``dask.base.compute``. This deprecates the function found here,
and redirects users to import from elsewhere.

``dask.delayed.do`` was renamed to ``dask.delayed.delayed`` in dask#1085,
making ``dask.delayed.do`` a simple alias. This PR deprecates that
alias. Users can always import ``dask.delayed`` as an alias if needed:

```
from dask import delayed as do
```
@mrocklin mrocklin merged commit 1a1e21a into dask:master Feb 12, 2017
@jcrist jcrist deleted the deprecate-delayed-things branch February 12, 2017 16:23
@sinhrks sinhrks added this to the 0.14.0 milestone Mar 4, 2017
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.

3 participants