-
-
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
Change isinstance checks to duck Dask Array checks #4208 #4221
Merged
+156
−103
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d00df3 - Browse repository at this point
Copy the full SHA 1d00df3View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ec28ec - Browse repository at this point
Copy the full SHA 1ec28ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 817c35d - Browse repository at this point
Copy the full SHA 817c35dView commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 03bfaa7 - Browse repository at this point
Copy the full SHA 03bfaa7View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bd770e1 - Browse repository at this point
Copy the full SHA bd770e1View commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 299b518 - Browse repository at this point
Copy the full SHA 299b518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca52f6 - Browse repository at this point
Copy the full SHA 8ca52f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e405c57 - Browse repository at this point
Copy the full SHA e405c57View commit details
Commits on Aug 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b95264 - Browse repository at this point
Copy the full SHA 5b95264View commit details -
Implement
is_duck_array
to replaceis_array_like
* Rename `is_array_like` to `is_duck_array` * `is_duck_array` checks for `__array_function__` and `__array_ufunc__` in addition to previous checks * Replace checks for `is_duck_dask_array` and `__array_function__` with `is_duck_array`
Configuration menu - View commit details
-
Copy full SHA for dcffe07 - Browse repository at this point
Copy the full SHA dcffe07View commit details -
Configuration menu - View commit details
-
Copy full SHA for aacef50 - Browse repository at this point
Copy the full SHA aacef50View commit details
Commits on Aug 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 37e766f - Browse repository at this point
Copy the full SHA 37e766fView commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13be9c2 - Browse repository at this point
Copy the full SHA 13be9c2View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 457e36c - Browse repository at this point
Copy the full SHA 457e36cView commit details -
Use utils.is_duck_array in xarray/core/formatting.py
* Replace locally defined `is_duck_array` in _diff_mapping_repr * Replace `"__array_function__"` and `is_duck_dask_array` check in `short_data_repr`
Configuration menu - View commit details
-
Copy full SHA for fd1db22 - Browse repository at this point
Copy the full SHA fd1db22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d81fcd - Browse repository at this point
Copy the full SHA 3d81fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3337b6f - Browse repository at this point
Copy the full SHA 3337b6fView commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4bb8ca3 - Browse repository at this point
Copy the full SHA 4bb8ca3View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f2cbf1e - Browse repository at this point
Copy the full SHA f2cbf1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6189a9 - Browse repository at this point
Copy the full SHA d6189a9View commit details -
Remove is_duck_dask_array_or_ndarray, replace checks with is_duck_array
* Add explicit check for NumPy array to is_duck_array * Replace is_duck_array_or_ndarray checks with is_duck_array
Configuration menu - View commit details
-
Copy full SHA for 70fc50c - Browse repository at this point
Copy the full SHA 70fc50cView commit details
Commits on Aug 29, 2020
-
Remove is_duck_array check for deep copy
Co-authored-by: keewis <keewis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91c283a - Browse repository at this point
Copy the full SHA 91c283aView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3cbcbb2 - Browse repository at this point
Copy the full SHA 3cbcbb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51eb66 - Browse repository at this point
Copy the full SHA a51eb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256d43d - Browse repository at this point
Copy the full SHA 256d43dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ddaa0 - Browse repository at this point
Copy the full SHA 80ddaa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7409c - Browse repository at this point
Copy the full SHA 4e7409cView 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.