David Stansby
David Stansby
`str` and `FieldInfo` are both class names, they are not type aliases. `CoreSchema`, which is a type alias in Pydantic is not linked in the attributes table below, which would...
Nice - it looks like it is autogenerated: https://github.com/pydantic/pydantic/blob/702aaa6354cc30ae815676c57a8bbb4557ccb295/docs/api/json_schema.md?plain=1#L1 So `mkdocs` could hopefully solve this 🎉
Isn't it possible (and reasonable) to have a store with just a single array and no groups, as in the code example above? In which case trying to open a...
`from_zarr()` seems to work instead, so maybe `from_array()` could delegate to `from_zarr()` if a Zarr array is passed?
Is there still work to do on this after https://github.com/napari/napari/pull/5334?
My thinking was to be consistent with `matplotlib/matplotlib`, which is pinned to 0.15.x at the moment. In terms of a update strategy, I think we should revive https://github.com/matplotlib/mpl-sphinx-theme/pull/84 and put...
I've opened https://github.com/matplotlib/mpl-sphinx-theme/pull/106 to move the pinning of `pydata-sphinx-theme` to `mpl-sphinx-theme`.
For chunk grid, I don't think it makes sense to specify a default there, but it could be easier to construct the config (https://github.com/zarr-developers/pydantic-zarr/pull/106). For data types/codecs, don't all data...
It seems like there's scope to include sensible defaults then, like we currently do for parameters that are not passed to `from_array()`. Would it be better if defaults were included...
Changing to draft until I can work out how to get the bluesky icon working.