Uh oh!
There was an error while loading. Please reload this page.
[v3] Buffer ensure correct subclass based on the BufferPrototype argument - #1974
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
d-v-b
commented
Jun 25, 2024
I have a broader question about the relationship between the store API and different flavors of buffer (This question is out of scope for this PR, but the answer would help me interpret the effort here). Taking asyncdefget(
self,
key: str,
prototype: BufferPrototype,
byte_range: tuple[int|None, int|None] |None=None,
) ->Buffer|None:
Do we expect arrays / groups to dynamically use |
madsbk
commented
Jun 25, 2024
Yes, e.g. for GPU backed arrays we want the metadata to use |
d-v-b
commented
Jun 25, 2024
thanks! that's very helpful |
madsbk
commented
Jun 25, 2024
Thanks @d-v-b ! |
* v3: (22 commits) [v3] `Buffer` ensure correct subclass based on the `BufferPrototype` argument (zarr-developers#1974) Fix doc build (zarr-developers#1987) Fix doc build warnings (zarr-developers#1985) Automatically generate API reference docs (zarr-developers#1918) Update `RemoteStore.__str__` and add UPath tests (zarr-developers#1964) [v3] Elevate codec pipeline (zarr-developers#1932) 0 dim arrays: indexing (zarr-developers#1980) `parse_shapelike` allows 0 (zarr-developers#1979) Clean up typing and docs for indexing (zarr-developers#1961) add json indentation to config (zarr-developers#1952) chore: update pre-commit hooks (zarr-developers#1973) Bump pypa/gh-action-pypi-publish in the actions group (zarr-developers#1969) chore: update pre-commit hooks (zarr-developers#1957) Update release.rst (zarr-developers#1960) doc: update release notes for 3.0.0.alpha (zarr-developers#1959) Basic working FsspecStore (zarr-developers#1785) Feature: Top level V3 API (zarr-developers#1884) Buffer Prototype Argument (zarr-developers#1910) Create issue-metrics.yml fixes bug in transpose (zarr-developers#1949) ...
TODO: