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
* fix(devcontainer): Add stage to Docker build for devcontainer
* chore(types): Add type hints and hierarchy to Structure types
* fix type checking issues on various versions
* ClassVar
* Numpy types
* Add root Adapter type
* chore: Type hint and rationalise adapters
* Changes to fix pre-commit
* Fixes for pre-commit including correct typing of MapAdapter
* Fixes for pre-commit
* Adopt Zarr expectations of JSON type
* Extract Zarr Adapter from array assumptions
* Fixes for pre-commit
* Retype xarray adapters, MadAdapter
* Add types-cachetools to dev requirements
* Fixes to pass pre-commit
* Remove type vars from non generic classes
* Add SQLAdapter.structure_family
* Fix treating .structure_family as a property
* Make ParquetDatabaseAdapter inherit from Adapter[TableStructure]
* Fixes for pre-commit
* Make structure_family an attribute, make metadata a callable
* Make CSVAdapter inherit directly from Adapter[TableStructure]
* Fix structure family pickling issue
* Fix hdf5 adapter self referential metadata
* Change ZarrGroupAdapter conatiner structure to use list of keys
* Change NPYAdapter to inherit directly from Adapter[ArrayStructure]
* Remove unused print statement
* Remove AnyStructure
* Fix typing for backwards compatibility
* Fix metadata argument
* Add type to ExceAdapter(MadAdapter) generic
* Add return type, remove unused type ignore
* Fix JPEGAdapter.read_block signature, remove unused type ignore
* Fix merge conflict resolution
---------
Co-authored-by: Daniel Fernandes <[email protected]>
Co-authored-by: Dan Allan <[email protected]>
0 commit comments