Skip to content
New issue

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

Implement basic functionality of the Zarr Version 3 specification. #1

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Jun 28, 2024

This commit implements basic functionality.

  • Supported codecs include Sharding Indexed, Gzip, Crc32c, Transpose and Bytes.
  • Supported stores include MemoryStore and FilesystemStore.
  • Supported data types include Float32, Float64, Complex32 and Complex64. This limitation is simply a result of Owl limited array write functionality as reported here: set_fancy does not work for some arrays with certain Bigarray.kind types. owlbarn/owl#671
  • All the core Zarr V3 specification details have been implemented.

This commit implements basic functionality.
- Supported codecs include Sharding Indexed, Gzip, Crc32c, Transpose and
  Bytes.
- Supported stores include MemoryStore and FilesystemStore.
- Supported data types include Float32, Float64, Complex32 and
  Complex64. This limitation is simply a result of Owl limited
  array write functionality as reported here: owlbarn/owl#671
- All the core Zarr V3 specification details have been implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant