Uh oh!
There was an error while loading. Please reload this page.
Allow ellipsis to be used in stack - #3826
Conversation
dcherian
left a comment
There was a problem hiding this comment.
Thanks @max-sixty. That was quick!
LGTM. We should add a sentence to the docstrings.
max-sixty
commented
Mar 4, 2020
Should we support
Currently implemented for both but leaning towards the first, partly because it makes the typing correct |
max-sixty
commented
Mar 4, 2020
Changed to supporting the first ( |
shoyer
commented
Mar 6, 2020
This is very cool! It seems like it would be natural to support a combination of ellipsis and some explicit dimensions, like what can be done in transpose? E.g., |
max-sixty
commented
Mar 6, 2020
Yes great! |
max-sixty
commented
Mar 7, 2020
Updated! |
Uh oh!
There was an error while loading. Please reload this page.
dcherian
commented
Mar 19, 2020
Thanks @max-sixty |
* upstream/master: add spacing in the versions section of the issue report (pydata#3876) map_blocks: allow user function to add new unindexed dimension. (pydata#3817) Delete associated indexes when deleting coordinate variables. (pydata#3840) remove macos build while waiting for libwebp fix (pydata#3875) Fix html repr on non-str keys (pydata#3870) Allow ellipsis to be used in stack (pydata#3826) Improve where docstring (pydata#3836) Add DataArray.pad, Dataset.pad, Variable.pad (pydata#3596) Fix some warnings (pydata#3864) Feature/weighted (pydata#2922) Fix recombination in groupby when changing size along the grouped dimension (pydata#3807) Blacken the doctest code in docstrings (pydata#3857) Fix multi-index with categorical values. (pydata#3860) Fix interp bug when indexer shares coordinates with array (pydata#3758) Fix alignment with join="override" when some dims are unindexed (pydata#3839)
isort -rc . && black . && mypy . && flake8whats-new.rstfor all changes andapi.rstfor new API