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

Fix pickling of ZipStore #2762

Merged
merged 2 commits into from
Jan 25, 2025
Merged

Conversation

dstansby
Copy link
Contributor

Fixes #2752. The issue was not all attributes were being pickeld for ZipStore. This changes the pickling to pickle everything by default, but exclude certain attributes, which I think is a bit safer to guard against other attributes changing in the future?

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Jan 24, 2025
@dstansby dstansby force-pushed the fix-zipstore-pickle branch from f013de8 to 62826df Compare January 24, 2025 17:24
@dstansby dstansby marked this pull request as ready for review January 24, 2025 17:35
@dstansby dstansby removed the needs release notes Automatically applied to PRs which haven't added release notes label Jan 24, 2025
@d-v-b d-v-b merged commit 9fd4545 into zarr-developers:main Jan 25, 2025
30 checks passed
@dstansby dstansby deleted the fix-zipstore-pickle branch January 25, 2025 10:21
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.

[ZipStore] Unable to read multiple Zarr ZipStore files
3 participants