Open
Conversation
417fa23 to
2be4c6e
Compare
2399b60 to
784a671
Compare
e102bf9 to
626efd8
Compare
f97397c to
98cd194
Compare
98cd194 to
e69f52a
Compare
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.
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@0.7.0
Minor Changes
Add AbortSignal support to
openandset. Store options containing asignalare forwarded to underlyingstore.getcalls and checked between async steps for early cancellation. (#379)Add
dimension_namessupport tocreate()and exposedimensionNamesgetter onArray. For v2 arrays,_ARRAY_DIMENSIONSfrom attributes is automatically mapped todimensionNames. (#377)Add
fillValuegetter onArrayto expose the fill value from array metadata. Works uniformly across v2 and v3 arrays, with proper deserialization of IEEE 754 special values (NaN,Infinity,-Infinity). (#378)Add
selhelper for named-dimension selection. Converts a record of dimension names to the positional selection array thatgetandsetaccept, using the array'sdimensionNamesmetadata. Throws for unknown dimension names. (#382)Add v3 consolidated metadata support to
withConsolidated. The v3 format readsconsolidated_metadatafrom the rootzarr.json, matching zarr-python's implementation. Note that v3 consolidated metadata is not yet part of the official Zarr v3 spec and should be considered experimental. (#383)A new
formatoption controls which format(s) to try, accepting a single string or an array for fallback ordering. When omitted, format is auto-detected using the store's version history.Add
mergeOptionstoBatchedRangeStore. By default, only the first caller's options are forwarded to the inner store. UsemergeOptionsto combine options (e.g.,AbortSignals) across a batch: (#364)Accept
bigintinslice()(#381)BREAKING:
zarr.createoptions now use camelCase (chunkShape,fillValue,chunkSeparator,dimensionNames). (#387)feat: add withRangeBatching for request batching and range merging (#347)
Add
numcodecs.namespace for v2 codec registry and built-in shuffle/delta codecs (#385)V2 filters and compressors are now registered under a
numcodecs.prefix(e.g.,
numcodecs.blosc,numcodecs.zlib) matching zarr-python's convention.This separates v2-specific codecs from the v3 codec namespace.
Adds built-in
numcodecs.shuffleandnumcodecs.deltacodecs for reading v2data that uses these common numcodecs filters. Both are pure JS with no WASM
dependencies.
Custom v2 codecs can be registered under the same namespace:
Patch Changes
Allow
attrsoption in top-levelopen()to skip loading.zattrsfor v2 stores (#372)Add support for the delta codec (
0ed6f72)Fix
NarrowDataTypeto correctly narrow the"boolean"query toBool(#359)Fix
fill_valueserialization and deserialization forNaN,Infinity, and-Infinityper the Zarr v3 spec (#373)Fix
zarr.openversion autodetection failing in browsers when servers return non-JSON responses for v2 metadata keys (#374)Fix
getandsetfor scalar arrays (shape=[]) (#380)Enable
declarationMapso "go to definition" resolves to.tssource instead of.d.tsfiles (#361)Updated dependencies [
e2a0568,5df59fe]:@zarrita/ndarray@0.1.9
Patch Changes
Enable
declarationMapso "go to definition" resolves to.tssource instead of.d.tsfiles (#361)Updated dependencies [
d7d1495,fdac48d,db2be5c,164370d,53eff05,6791b08,7755773,5038e34,7d9224e,0ed6f72,138e882,1f79587,3ea8ce6,b8185ff,8d57213,e2a0568,717a483]:@zarrita/storage@0.1.5
Patch Changes
Enable
declarationMapso "go to definition" resolves to.tssource instead of.d.tsfiles (#361)Upgrade
unzipitfrom 1.4.3 to 2.0.0 (#386)