You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow indexing unindexed dimensions using dask arrays (#5873)
* Attempt to fix indexing for Dask
This is a naive attempt to make `isel` work with Dask
Known limitation: it triggers the computation.
* Works now.
* avoid importorskip
* More tests and fixes
* Raise nicer error when indexing with boolean dask array
* Annotate tests
* edit query tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixes#4276
Pass 0d dask arrays through for indexing.
* Add xfail notes.
* backcompat: vendor np.broadcast_shapes
* Small improvement
* fix: Handle scalars properly.
* fix bad test
* Check computes with setitem
* Better error
* Cleanup
* Raise nice error with VectorizedIndexer and dask.
* Add whats-new
---------
Co-authored-by: dcherian <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments