Uh oh!
There was an error while loading. Please reload this page.
enable xr.ALL_DIMS in xr.dot - #3424
Merged
Merged
Conversation
mathause
commented
Oct 23, 2019
CollaboratorAuthor
Would you like me to replace |
shoyer
commented
Oct 23, 2019
Member
It's fine to stick with |
| arrays: DataArray (or Variable) objects | ||
| Arrays to compute. | ||
| dims: str or tuple of strings, optional | ||
| dims: xarray.ALL_DIMS, str or tuple of strings, optional |
Collaborator
There was a problem hiding this comment.
Suggested change
| dims: xarray.ALL_DIMS, strortupleofstrings, optional | |
| dims: '...', strortupleofstrings, optional |
| dim_map = {d: einsum_axes[i] for i, d in enumerate(all_dims)} | ||
| if dims is None: | ||
| if dims is ALL_DIMS: |
Collaborator
There was a problem hiding this comment.
Suggested change
| ifdimsisALL_DIMS: | |
| ifdimsis...: |
| other : DataArray | ||
| The other array with which the dot product is performed. | ||
| dims: hashable or sequence of hashables, optional | ||
| dims: xarray.ALL_DIMS, hashable or sequence of hashables, optional |
Collaborator
There was a problem hiding this comment.
Suggested change
| dims: xarray.ALL_DIMS, hashableorsequenceofhashables, optional | |
| dims: '...', hashableorsequenceofhashables, optional |
max-sixty
commented
Oct 29, 2019
Collaborator
@mathause I did change the docstrings to Could we resolve the whatsnew conflicts and then we can merge? Thank you! |
max-sixty
commented
Oct 29, 2019
Collaborator
Super, thanks @mathause ! |
dcherian added a commit
to dcherian/xarray
that referenced
this pull request
Nov 4, 2019
* upstream/master: __dask_tokenize__ (pydata#3446) Type check sentinel values (pydata#3472) Fix typo in docstring (pydata#3474) fix test suite warnings re `drop` (pydata#3460) Fix integrate docs (pydata#3469) Fix leap year condition in monthly means example (pydata#3464) Hypothesis tests for roundtrip to & from pandas (pydata#3285) unpin cftime (pydata#3463) Cleanup whatsnew (pydata#3462) enable xr.ALL_DIMS in xr.dot (pydata#3424) Merge stable into master (pydata#3457) upgrade black verison to 19.10b0 (pydata#3456) Remove outdated code related to compatibility with netcdftime (pydata#3450) 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)
dcherian added a commit
to dcherian/xarray
that referenced
this pull request
Nov 8, 2019
* upstream/master: (27 commits) drop_vars; deprecate drop for variables (pydata#3475) uamiv test using only raw uamiv variables (pydata#3485) Optimize dask array equality checks. (pydata#3453) Propagate indexes in DataArray binary operations. (pydata#3481) python 3.8 tests (pydata#3477) __dask_tokenize__ (pydata#3446) Type check sentinel values (pydata#3472) Fix typo in docstring (pydata#3474) fix test suite warnings re `drop` (pydata#3460) Fix integrate docs (pydata#3469) Fix leap year condition in monthly means example (pydata#3464) Hypothesis tests for roundtrip to & from pandas (pydata#3285) unpin cftime (pydata#3463) Cleanup whatsnew (pydata#3462) enable xr.ALL_DIMS in xr.dot (pydata#3424) Merge stable into master (pydata#3457) upgrade black verison to 19.10b0 (pydata#3456) Remove outdated code related to compatibility with netcdftime (pydata#3450) Remove deprecated behavior from dataset.drop docstring (pydata#3451) jupyterlab dark theme (pydata#3443) ...
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 freeto 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.
ALL_DIMSinxr.dot#3423black . && mypy . && flake8whats-new.rstfor all changes andapi.rstfor new API