We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Zarr 2.18.3
zarr.create(shape=10, dtype=str).dtype # -> dtype('O')
For v3 branch @ 5a134bf
v3
zarr.create(shape=10, dtype=str, zarr_version=2).dtype # -> dtype('<U')
This is causing problems in Xarray for string compatibility.
Might have been broken by #2036
cc @TomAugspurger
The text was updated successfully, but these errors were encountered:
Special case object dtype
f85bb19
Closes zarr-developers#2315
str
483681b
3964eab
Special case str dtype in array creation (#2323)
0c679c8
* Special case object dtype Closes #2315 --------- Co-authored-by: Joe Hamman <[email protected]>
Successfully merging a pull request may close this issue.
For Zarr 2.18.3
For
v3
branch @ 5a134bfThis is causing problems in Xarray for string compatibility.
Might have been broken by #2036
cc @TomAugspurger
The text was updated successfully, but these errors were encountered: