Uh oh!
There was an error while loading. Please reload this page.
change ALL_DIMS to equal ellipsis - #3418
Conversation
crusaderky
commented
Oct 20, 2019
Tests broken by #3409 - please stand by... |
max-sixty
commented
Oct 20, 2019
Should we advertise |
crusaderky
commented
Oct 20, 2019
@max-sixty I'm in favour of ... as the preferred syntax |
max-sixty
commented
Oct 21, 2019
Ready for review / merge |
max-sixty
commented
Oct 23, 2019
Hmmm, still getting cftime issues with the build: |
dcherian
commented
Oct 23, 2019
|
shoyer
commented
Oct 24, 2019
build failure should be fixed by #3439 |
max-sixty
commented
Oct 24, 2019
Any final comments before merge? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com>
Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com>
dcherian
commented
Oct 25, 2019
Thanks @max-sixty ! |
…e-multiple-dims * upstream/master: change ALL_DIMS to equal ellipsis (pydata#3418) Escaping dtypes (pydata#3444) Html repr (pydata#3425)
* upstream/master: Another groupby.reduce bugfix. (pydata#3403) add icomoon license (pydata#3448) change ALL_DIMS to equal ellipsis (pydata#3418) Escaping dtypes (pydata#3444) Html repr (pydata#3425)
* upstream/master: 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) change ALL_DIMS to equal ellipsis (pydata#3418) Escaping dtypes (pydata#3444) Html repr (pydata#3425)
commit bc39877 Merge: 507b1f6278d2e6 Author: dcherian <deepak@cherian.net> Date: Tue Oct 29 09:36:30 2019 -0600 Merge remote-tracking branch 'upstream/master' into dask-tokenize * upstream/master: 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) change ALL_DIMS to equal ellipsis (pydata#3418) Escaping dtypes (pydata#3444) Html repr (pydata#3425) commit 507b1f6 Author: dcherian <deepak@cherian.net> Date: Tue Oct 29 09:34:47 2019 -0600 Fix window test commit 4ab6a66 Author: dcherian <deepak@cherian.net> Date: Thu Oct 24 14:30:57 2019 -0600 Implement __dask_tokenize__
black . && mypy . && flake8whats-new.rstfor all changes andapi.rstfor new APIThis is a more drastic version of the suggested change, making
xr.ALL_DIMSequal the ellipsis,....The only downside I can see is that printing
xr.ALL_DIMSwill print.... The upside is that we get compat 'for free'