Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to ZipArchives #31

Merged
merged 3 commits into from
Jun 21, 2023
Merged

switch to ZipArchives #31

merged 3 commits into from
Jun 21, 2023

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Jun 19, 2023

This enables ZIP64 support. This means Zarr files with over 2^16-1 entries and over 4GB in size can be saved with the zip store.

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (76f566a) 97.26% compared to head (afda990) 97.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   97.26%   97.24%   -0.02%     
==========================================
  Files          13       13              
  Lines         731      727       -4     
==========================================
- Hits          711      707       -4     
  Misses         20       20              
Impacted Files Coverage Δ
src/readers.jl 100.00% <100.00%> (ø)
src/saving.jl 100.00% <100.00%> (ø)
src/writers.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nhz2 nhz2 merged commit e707720 into main Jun 21, 2023
8 checks passed
@nhz2 nhz2 deleted the switch-to-ZipArchives branch June 21, 2023 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant