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
* add zarr route
* ENH: basic zarr functionality
* ENH: map tiled chunks to zarr blocks
* MNT: Clean-up comments
* ENH: support tables
* add zarr route
* ENH: basic zarr functionality
* ENH: map tiled chunks to zarr blocks
* MNT: Clean-up comments
* ENH: support tables
* ENH: Add data type to sparse
* ENH: support units for numpy datetime types
* MNT: removed unnecessary imports
* ENH: add default value for units
* ENH: update BuiltinDtype in pydantic
* ENH: update BuiltinDtype in pydantic
* ENH: add default value for units
* TST: datetime dtypes in test_array
* MNT: Update changelog
* resolve conflict
FIX: Recursion error when pickling with dill
TST: Initial tests for zarr endpoints
Clean, refactor, and lint
TST: tests for arrays and tables
TST: tests for arrays and tables
ENH: restructure demo examples
ENH: (partial) support for StructDtype
TST: fix tests
ENH: support for datetime types
* Clean-up
* MNT: gitignore alembic.ini
* FIX: typo in comment
* ENH: Add data type to sparse
* FIX: assignment error
* MNT: clean and lint
* MNT: update changelog
* MNT: fix changelog
* FIX: tests with COOStructure
* FIX: typing
* BLD: add aiohttp package to server requirements
* MNT: clean and lint
* FIX: default value of units to empty string.
* FIX: use None as the sentinel for the units kwarg
* ENH: use np.datetime_data to extract units
* TST: Fix failing authorization test -- empty password
* MNT: format and lint
* MNT: remove deprecated PatchedStreamingResponse
* MNT: lint
* TST: add authentication tests
* FIX: ensure support for py3.8
* MNT: lint
* MNT: add changelog entry
* MNT: moved aiohttp from required to dev dependencies
* ENH: add indx_data_type for sparse arrays
* MNT: rename indx_data_type to coord_data_type
* MNT: clean up
* MNT: lint
* TST: refactor ThreadedServer class for tests
* TST: test no writing in read-only mode
* MNT: resolve conflicts
* MNT: lint
* FIX: use default_factory for BuiltinDtype
* ENH: incorporate changes from David
* TST: fix existing tests after rebase
* TST: update tests
* FIX: do not specify media_type in zar group response
* TST: xfail dtype tests
* TST: bring back tests with complex and string types
* ENH: add zarr v3 endpoints
* FIX: variable names and default codec
* ENH: support struct dtypes natively
* ENH: remove zarr middleware
* FIX: zattrs and codecs for zarr v2
* DOC: add tutorial on zarr
* TST: use blosc lz4 codec for v2 and v3
* DOC: fix errors in building docs
* TST: replace default zarr metadata when exporting to HDF5
* Update docs/source/tutorials/zarr-integration.md
Co-authored-by: Dan Allan <[email protected]>
* DOC: update docs
* MNT: update readme to match the new demo tree
* Satisfy linter
---------
Co-authored-by: Dan Allan <[email protected]>
Co-authored-by: Dan Allan <[email protected]>
0 commit comments