Skip to content

Update Zarr requirement from 0.9 to 0.9, 0.10 in the all-julia-packages group across 1 directory#14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-57d31dc301
Open

Update Zarr requirement from 0.9 to 0.9, 0.10 in the all-julia-packages group across 1 directory#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/all-julia-packages-57d31dc301

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on Zarr to permit the latest version.
Updates Zarr to 0.10.0

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 dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Apr 29, 2026
Updates the requirements on [Zarr](https://github.com/JuliaIO/Zarr.jl) to permit the latest version.

Updates `Zarr` to 0.10.0
- [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.0...v0.10.0)

---
updated-dependencies:
- dependency-name: Zarr
  dependency-version: 0.10.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/all-julia-packages-57d31dc301 branch from c8227c5 to 5cb0bbc Compare June 4, 2026 02:21
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