-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Optimize dask array equality checks. #3453
Merged
Merged
Commits on Oct 28, 2019
-
Optimize dask array equality checks.
Dask arrays with the same graph have the same name. We can use this to quickly compare dask-backed variables without computing. Fixes pydata#3068 and pydata#3311
Configuration menu - View commit details
-
Copy full SHA for e84cc97 - Browse repository at this point
Copy the full SHA e84cc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8739ddd - Browse repository at this point
Copy the full SHA 8739dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a66e7c - Browse repository at this point
Copy the full SHA 4a66e7cView commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e99148e - Browse repository at this point
Copy the full SHA e99148eView commit details -
Merge remote-tracking branch 'upstream/master' into fix/dask-computes
* upstream/master: Remove deprecated behavior from dataset.drop docstring (pydata#3451) jupyterlab dark theme (pydata#3443) Drop groups associated with nans in group variable (pydata#3406) Allow ellipsis (...) in transpose (pydata#3421) Another groupby.reduce bugfix. (pydata#3403) add icomoon license (pydata#3448)
Configuration menu - View commit details
-
Copy full SHA for ee0d422 - Browse repository at this point
Copy the full SHA ee0d422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e742e4 - Browse repository at this point
Copy the full SHA 5e742e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c0f4e - Browse repository at this point
Copy the full SHA 53c0f4eView commit details -
Merge remote-tracking branch 'upstream/master' into fix/dask-computes
* upstream/master: upgrade black verison to 19.10b0 (pydata#3456) Remove outdated code related to compatibility with netcdftime (pydata#3450)
Configuration menu - View commit details
-
Copy full SHA for 08f7f74 - Browse repository at this point
Copy the full SHA 08f7f74View commit details
Commits on Oct 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6e4c11f - Browse repository at this point
Copy the full SHA 6e4c11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee2963 - Browse repository at this point
Copy the full SHA 4ee2963View commit details
Commits on Nov 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0711eb0 - Browse repository at this point
Copy the full SHA 0711eb0View commit details
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.