docs: 0.1 release blog post - #182
Merged
Merged
Conversation
d-v-b
reviewed
Aug 12, 2026
d-v-b
reviewed
Aug 12, 2026
d-v-b
reviewed
Aug 12, 2026
|
|
||
| [Zarr-Python], the current canonical Python library for working with Zarr, is primarily _written in Python_. Aside from a few compiled dependencies, all of Zarr-Python's own source code is Python. | ||
|
|
||
| In contrast, Zarrista is _fully compiled_. Only the user interface is Python; everything else is compiled Rust code. When you read data from a Zarr [`Array`][zarrista.Array] object, the entire sequence of operations is happening in compiled code. |
Contributor
There was a problem hiding this comment.
Suggested change
| In contrast, Zarrista is _fully compiled_. Only the user interface is Python; everything else is compiled Rust code. When you read data from a Zarr [`Array`][zarrista.Array] object, the entire sequence of operations is happening in compiled code. | |
| > Only the user interface is Python; |
will people understand user interface as used here? I wonder if it's better to say that there's a thin layer of type definitions in python and the rest is Rust
d-v-b
reviewed
Aug 12, 2026
Co-authored-by: Davis Bennett <davis.v.bennett.git@gmail.com>
Co-authored-by: Davis Bennett <davis.v.bennett.git@gmail.com>
Co-authored-by: Davis Bennett <davis.v.bennett.git@gmail.com>
Contributor
|
it might be good to work in a section about the "tensor polymorphism", or how zarrista aims to support array containers that work for all zarr data types, not just the ones with an easy expression as numpy arrays. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a release blog post for 0.1 and bumps version to 0.1