Skip to content

Update Zarr requirement from 0.9.3 to 0.9.3, 0.10#102

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Zarr-0.9.3-and-0.10
Open

Update Zarr requirement from 0.9.3 to 0.9.3, 0.10#102
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Zarr-0.9.3-and-0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Updates the requirements on Zarr to permit the latest version.

Release notes

Sourced from Zarr's releases.

v0.10.0

Zarr v0.10.0

Diff since v0.9.6

Breaking changes

Refer to the changelog in CHANGELOG.md.

Merged pull requests:

Closed issues:

  • Big-endian data (#63)
  • MinIO test fails locally (#144)
  • support v3 (#215)
  • Use zarr-python 3.x for Zarr.jl compatibility test (#217)
  • python v3 vs Julia v3 tests (#236)
  • zarr_format in groups (#247)
  • Get started section (#248)
  • Changelog file (#249)
  • Contributing guide (#250)
  • Highlight features and documentation structure (#251)
  • <U1 dtype not properly decoded from UTF-32LE (#255)
  • Infinite hang when chunk size exceeds array size (#256)
  • delete symlinks in gh-pages before next release (#262)
Changelog

Sourced from Zarr's changelog.

v0.10.0 - 2026-04-24

  • Enable sharding_indexed codec for Zarr v3 #241
    • outer chunks (shards) are now split into inner chunks with a byte-range index, enabling efficient partial reads of large arrays
    • Python zarr interoperability tests for sharded arrays using real fixtures generated via PythonCall/zarr-python
    • Function-based codec registration system with typed CodecEntry for extensible V3 codec parsing
    • sharding_indexed codec context propagation: inner codec parser now receives element-size context so codecs like blosc get the correct typesize
    • sharding_indexed decode double-shift bug for index_location=:start: shard index offsets are now treated as absolute byte offsets from the shard start in all cases
    • sharding_indexed decode fill value: zdecode! now accepts an optional fill_value argument so missing inner chunks are filled with the array fill value instead of zero(T)
    • pipeline_decode! for V2Pipeline now accepts the fill_value keyword argument (ignored, but required to match the unified call site in ZArray.readblock!)
    • Ragged inner chunks in ShardingCodec handled correctly
  • fixes UI str parsing #259
  • added zarr_format to ZGroup #258
  • Add support for S3Path and remove deprecated global_aws_config() #253
  • (docs) get started #246
  • update badges #245
  • setup vitepress #243
  • Registration system for chunk key encoding #242
  • test: Consolidate CondaPkg.add calls #240
  • test: Read Julia-generated v3 fixtures with Python zarr #239
  • Use CondaPkg.jl#206 for nightly, fix manifest_uuid_path #238
  • fix docs build #237
  • consolidate methods #235
  • Add AbstractChunkKeyEncoding #234
  • V3 codec pipeline, group creation, and Python interop #232
  • Add read support for big endian #230
  • Indent method/type signatures on docstrings #229
  • Promote header levels in tutorial.md #228
  • Continue on v3 PR #226
  • move AWSS3 into extension #224
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [Zarr](https://github.com/JuliaIO/Zarr.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaIO/Zarr.jl/releases)
- [Changelog](https://github.com/JuliaIO/Zarr.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaIO/Zarr.jl@v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: Zarr
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants