home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 223a05f1b77d4efe8ac7d4dc2c24bff61335693c

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
223a05f1b77d4efe8ac7d4dc2c24bff61335693c Ensure explicitly indexed arrays are preserved (#3027) * Ensure indexing explicitly indexed arrays don't leak out. Previously, indexing an ImplicitToExplicitIndexingAdapter object could directly return an ExplicitlyIndexed object, which could not be indexed normally. This resulted in broken behavior with dask's new `_meta` attribute. This change almost but not entirely fixes xarray on dask master. There are still errors raised inside two tests from dask's `blockwise_meta` helper function: > return meta.astype(dtype) E AttributeError: 'ImplicitToExplicitIndexingAdapter' object has no attribute 'astype' * Set meta in dask.array.from_array 2019-06-23T16:49:22Z 2019-06-23T16:49:22Z f10b21bed2846b879806f87039b77245b18e7671 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1217238 19864447
Powered by Datasette · Queries took 0.774ms · About: xarray-datasette