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
* 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
0 commit comments