Closed
Description
Describe the issue linked to the documentation
I've found that imagecodecs
fails to build with Zarr 3 cgohlke/imagecodecs#123 due to their use of zarr.MemoryStore
.
While I linked to the migration guide, a search through it does not have any mention of MemoryStore
. I think they should be using zarr.storage.MemoryStore
instead, but there's no note there and I don't know if that was available in v2 or not.
Suggested fix for documentation
All zarr.*Store
removals should be mentioned in the v3 migration guide along with their replacements.