-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/rename v2 metadata fields (#2301)
* remove array v2 metadata data_type and chunk_grid attributes, using dtype and chunks instead * remove inheritance from ArrayMetadata * make asyncarray generic w.r.t metadata * Copy tom augsburger's overload * minimal typedicts for array metadata * clean up imports * make chunk_grid a cached property for v2 metadata * add T suffix to type aliases * make asyncarray.create overloads more specific, and add some comments * use regular names for unions, but use T_ prefix for typevar --------- Co-authored-by: Joe Hamman <[email protected]>
- Loading branch information
Showing
8 changed files
with
342 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.