home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 54468e1924174a03e7ead3be8545f687f084f4dd

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
54468e1924174a03e7ead3be8545f687f084f4dd Vectorized lazy indexing (#1899) * Start working * First support of lazy vectorized indexing. * Some optimization. * Use unique to decompose vectorized indexing. * Consolidate vectorizedIndexing * Support vectorized_indexing in h5py * Refactoring backend array. Added indexing.decompose_indexers. Drop unwrap_explicit_indexers. * typo * bugfix and typo * Fix based on @WeatherGod comments. * Use enum-like object to indicate indexing-support types. * Update test_decompose_indexers. * Bugfix and benchmarks. * fix: support outer/basic indexer in LazilyVectorizedIndexedArray * More comments. * Fixing style errors. * Remove unintended dupicate * combine indexers for on-memory np.ndarray. * fix whats new * fix pydap * Update comments. * Support VectorizedIndexing for rasterio. Some bugfix. * flake8 * More tests * Use LazilyIndexedArray for scalar array instead of loading. * Support negative step slice in rasterio. * Make slice-step always positive * Bugfix in slice-slice * Add pydap support. * Rename LazilyIndexedArray -> LazilyOuterIndexedArray. Remove duplicate in zarr.py * flake8 * Added transpose to LazilyOuterIndexedArray 2018-03-06T22:00:56Z 2018-03-06T22:00:56Z caabe6633d9bef7f2f52807cc5a1f477f3a077d4 f10b21bed2846b879806f87039b77245b18e7671 13221727 6815844 1217238
Powered by Datasette · Queries took 1.857ms · About: xarray-datasette