home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 83e159e303906a6656f07b728ff9b69dadba39f2

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
83e159e303906a6656f07b728ff9b69dadba39f2 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 <deepak@cherian.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> 2023-03-15T02:47:58Z 2023-03-15T02:47:58Z 472dff22043a8426409f126029ca20ec1cd6cc5e cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 16700639 19864447
Powered by Datasette · Queries took 1.21ms · About: xarray-datasette