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
* implement store.list_prefix and store._set_dict
* simplify string handling
* add nchunks_initialized, and necessary additions for it
* rename _iter_chunks to _iter_chunk_coords
* fix test name
* bring in correct store list_dir implementations
* bump numcodecs to dodge zstd exception
* remove store._set_dict, and add _set_many and get_many instead
* update deprecation warning template
* add a type annotation
* refactor chunk iterators. they are not properties any more, just methods, and they can take an origin kwarg
* _get_many returns tuple[str, buffer]
* stricter store types
* fix types
* lint
* remove deprecation warnings
* fix zip list_prefix
* tests for nchunks_initialized, chunks_initialized; add selection_shape kwarg to grid iteration; make chunk grid iterators consistent for array and async array
* add nchunks test
* fix docstrings
* fix docstring
* revert unnecessary changes to project config
0 commit comments