Merged
Conversation
Previously we had two independent implementations in dask/dask and dask/distributed that had diverged. This brings them back in sync. We'll remove the version in dask/distributed shortly to avoid this from happening again.
mrocklin
added a commit
to mrocklin/distributed
that referenced
this pull request
Jun 8, 2018
Previously we copied these implementations between dask/dask and dask/distributed. Now we depend explicitly on the dask/dask implementation. Depends on dask/dask#3582
mrocklin
added a commit
to dask/distributed
that referenced
this pull request
Jun 10, 2018
Previously we copied these implementations between dask/dask and dask/distributed. Now we depend explicitly on the dask/dask implementation. Depends on dask/dask#3582
convexset
added a commit
to convexset/dask
that referenced
this pull request
Jun 12, 2018
* master: [array.linalg.qr] added sfqr (short-and-fat) as a counterpart to tsqr… (dask#3575) Drop Dask Array's `learn` module (dask#3580) Adds `isneginf` and `isposinf` (dask#3581) Update sizeof definitions (dask#3582) BUG: do not raise IndexError for identity slice in array.vindex (dask#3559) Correct internal dimension of Dask's SVD (dask#3517) Fix check in configuration with env=None (dask#3562) Dataframe sample method docstring fix (dask#3566) Include "region" in key names for da.store (dask#3540) # Conflicts: # dask/array/linalg.py # dask/array/tests/test_linalg.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously we had two independent implementations in dask/dask and
dask/distributed that had diverged. This brings them back in sync.
We'll remove the version in dask/distributed shortly to avoid this from
happening again.
flake8 dask