Skip to content

Releases: JuliaIO/Zarr.jl

v0.9.4

03 May 13:03
9ac31cb
Compare
Choose a tag to compare

Zarr v0.9.4

Diff since v0.9.3

Merged pull requests:

v0.9.3

02 Apr 08:35
9f9082d
Compare
Choose a tag to compare

Zarr v0.9.3

Diff since v0.9.2

Merged pull requests:

Closed issues:

  • missing chunks to be filled with fill values (when server returns HTTP error 403) (#131)

v0.9.2

08 Feb 10:59
1dda5f1
Compare
Choose a tag to compare

Zarr v0.9.2

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • Zarr group API is exported but not shown in the documentation (#113)

v0.9.1

19 Jun 15:41
4faceed
Compare
Choose a tag to compare

Zarr v0.9.1

Diff since v0.9.0

Merged pull requests:

v0.9.0

08 Jun 06:50
6be3259
Compare
Choose a tag to compare

Zarr v0.9.0

Diff since v0.8.0

Closed issues:

  • Change the fill_value from within Julia (#39)
  • Very slow S3 read realtive to xarray (#65)
  • Reading many Zarr files (https or s3:) causes computer to hang indefinitely (#100)
  • Support bitshuffle in BloscCompressor (#102)
  • Support for async by default for HTTP/S3/GCS storage? (#105)

Merged pull requests:

  • Support bitshuffle in BloscCompressor (#103) (@nhz2)
  • Enable async chunk reading (#106) (@meggart)
  • enable dependabot for GitHub actions (#107) (@ranocha)
  • Bump actions/cache from 1 to 3 (#108) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#109) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#110) (@dependabot[bot])
  • CompatHelper: add new compat entry for OpenSSL at version 1, (keep existing compat) (#114) (@github-actions[bot])
  • add support for variable-length strings (#116) (@ilia-kats)
  • add support for 0-dimensional arrays/scalars (#117) (@ilia-kats)

v0.8.0

14 Nov 16:35
c4ef085
Compare
Choose a tag to compare

Zarr v0.8.0

Diff since v0.7.3

Closed issues:

  • Switch S3Store from AWS.jl to AWSS3.jl (#67)
  • Joining the Zarr Implementation council (#88)

Merged pull requests:

  • Bump http compat (#94) (@meggart)
  • Fill_as_missing (#95) (@meggart)
  • CompatHelper: add new compat entry for AWSS3 at version 0.10, (keep existing compat) (#96) (@github-actions[bot])
  • Update Project.toml (#101) (@alex-s-gardner)

v0.7.3

29 Aug 12:52
edb74b8
Compare
Choose a tag to compare

Zarr v0.7.3

Diff since v0.7.2

Closed issues:

  • size is not type stable (#90)
  • Storage not empty error with DictStore (#92)

Merged pull requests:

v0.7.2

06 May 08:38
7f9b5c3
Compare
Choose a tag to compare

Zarr v0.7.2

Diff since v0.7.1

Closed issues:

  • Finding an org for Zarr.jl (#25)
  • fill_value should provide default value (#79)
  • Error appending to empty ragged array (#83)

Merged pull requests:

v0.7.1

18 Jan 16:35
5d51572
Compare
Choose a tag to compare

Zarr v0.7.1

Diff since v0.7.0

Closed issues:

  • Parallel reads are slow (#64)
  • Google Cloud storage (#71)
  • How to create string array? (#74)

Merged pull requests:

  • Fix typo in error message (#77) (@Alexander-Barth)
  • CompatHelper: bump compat for DiskArrays to 0.3, (keep existing compat) (#80) (@github-actions[bot])

v0.7.0

29 Nov 13:31
9d21ae8
Compare
Choose a tag to compare

Zarr v0.7.0

Diff since v0.6.3

Merged pull requests:

  • Rewrite the storage interface (#66) (@meggart)
  • Implement an LRUcache for decoded chunks (#69) (@meggart)
  • CompatHelper: add new compat entry for LRUCache at version 1, (keep existing compat) (#70) (@github-actions[bot])
  • [WIP] add GCStore using Google Cloud Storage REST API (#72) (@Alexander-Barth)
  • Remove AnonymousGCS (#73) (@meggart)