Joe Hamman
Joe Hamman
Xarray now has a [plugin system for registering backends](https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html). For the more specialized backends (like pseudonetcdf), we'd like to work toward moving the backend entrypoint to 3rd party packages. For...
- [ ] Closes #xxxx - [ ] Tests added - [ ] Passes `pre-commit run --all-files` - [ ] New functions/methods are listed in `api.rst` - [ ] Changes...
This PR experiments with adding Zarr v3 support to Kerchunk. In most cases, this simply requires passing the zarr_version parameter to the zarr.group constructor. I've decided to leave multizarr out...
mybinder.org has https://grafana.mybinder.org. It would be good to combine this config with https://github.com/pangeo-data/pangeo/pull/359 once that is finalized. @jacobtomlinson - if you can help guide me in the right direction, I'm...
The binder dev team is working on supporting authentication. Once that is supported in binderhub, we will really want to add that here to provide additional security on the pangeo...
@charlesbluca setup @pangeo-bot at the #pangeo2019 sprint. This bot mimics the functionality of @henchbot, creating pull requests to this repo every time there is a new version of repo2docker or...
Recent discussions at the Refactor meeting have indicated indicated that adding generalized array support to the v3 roadmap would be useful. @akshaysubr - can I ask you to take this...
This adds a simple deprecation warning to the following stores: - [x] DBMStore - [x] LMDBStore - [x] SQLiteStore - [x] MongoDBStore - [x] RedisStore - [x] ABSStore - [x]...
Following #1274, we expect the v3 release to include a smaller subset of stores. Specifically: - MemoryStore - DirectoryStore - ZipFileStore - FsspecStore The thought is to move everything else...
This issue tracks a evaluation of the v3 runtime config ### Context The v3 branch runtime config currently looks like this: https://github.com/zarr-developers/zarr-python/blob/76c345071db950b2362f7588ad20da4a1af03b85/src/zarr/v3/config.py#L34-L38 This is then attached to Array/Group classes https://github.com/zarr-developers/zarr-python/blob/76c345071db950b2362f7588ad20da4a1af03b85/src/zarr/v3/array.py#L51-L55...