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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@zarrita/core@0.0.2
Patch Changes
feat: Add
openConsolidated
helper (6e7df4f
)A utility for working with v2 consolidated metadata.
feat: Support reading ZEP0002 sharded indexing (#94)
Updated dependencies [
b90fd33
]:@zarrita/indexing@0.0.2
Patch Changes
6e7df4f
,89a2744
,b90fd33
]:@zarrita/ndarray@0.0.2
Patch Changes
6e7df4f
,89a2744
,b90fd33
]:@zarrita/storage@0.0.2
Patch Changes
feat: Support partial reads from
Readable
(#93)Introduces the
Readable.getRange
method, which can be optionally implemented by a store to support partial reads.The
RangeQuery
param is inspired by the HTTPRange
header.Allowing the
suffixLength
query means the store can decide the best way to return the final N bytes from a file.zarrita@0.3.1
Patch Changes
feat: eagerly read attributes for v2 (
6e7df4f
)Replaces the lazy
.attrs()
method onzarr.Array
andzarr.Group
with.attrs
attribute.Instead for v2,
.zattrs
(JSON) is eagerly loaded when opening a node.feat: Add
openConsolidated
helper (6e7df4f
)A utility for working with v2 consolidated metadata.
feat: Support reading ZEP0002 sharded indexing (#94)
Updated dependencies [
6e7df4f
,89a2744
,b90fd33
]: