Regression with order
when storing V2 arrays
#2675
Labels
bug
Potential issues with the zarr-python library
order
when storing V2 arrays
#2675
Zarr version
v3.0.0rc2
Numcodecs version
0.14.2.dev18
Python Version
3.12
Operating System
Linux
Installation
uv pip install ...
Description
The
order
argument for array creation has been changed forzarr-python
3.0.0 to mean the memory order rather than the on disk order, that should probably be noted in the migration guide. However, creating a Zarr V2 array withorder="F"
encodes the data on disk with C order, but it has F order metadata.Steps to reproduce
Produces an array with metadata:
But the data is stored in "C" order on disk.
Additional output
No response
The text was updated successfully, but these errors were encountered: