Davis Bennett
Davis Bennett
@normanrz #1890 resulted in fixture files being accidentally added to `src/zarr/fixture`, which I think underscores the need to resolve this issue. To summarize the situation: our test suite generates fixture...
the current state of v3 is that the top-level `Group` object does not implement `MutableMapping`, i.e. it is not dict-like. We do anticipate that this may inconvenience anyone who used...
I also ran into this, but it's not clear what can be changed in pydantic besides documentation. The `info` argument to a model serializer [contains all the `model_dump` keyword arguments...
Thanks @jni, I _think_ I got all the references to the 2-5D limit. Please let me know if I missed any. One consequence of this change is that 1D data...
switching this to a draft while I work on getting the schema documents consistent with the spec. Because manually editing JSON schema documents is tedious and error prone, I am...
@glyg perhaps it would, but the goal here is just to generate JSON schema documents, so I'm not sure what generic use we need to accommodate?
@glyg in terms of scope, currently this repo contains JSON schema documents that can fetched from github and used for validation. I don't think there's any expectation that software libraries...
tests are passing, so i think this is ready for review.
I added a section to provide some guidance for partial implementations, i.e. software that does not implement the full spec; namely, the spec now suggests that partial implementations which normalize...