Skip to content

Implement soft delete for zip store#2838

Open
asimchoudhary wants to merge 2 commits into
zarr-developers:mainfrom
asimchoudhary:zip_store_delete
Open

Implement soft delete for zip store#2838
asimchoudhary wants to merge 2 commits into
zarr-developers:mainfrom
asimchoudhary:zip_store_delete

Conversation

@asimchoudhary

@asimchoudhary asimchoudhary commented Feb 15, 2025

Copy link
Copy Markdown
Contributor

[Description of PR]
fixes: #828
TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.rst
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

Signed-off-by: asim <aktech701@gmail.com>
@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label Feb 15, 2025
@d-v-b

d-v-b commented Feb 24, 2025

Copy link
Copy Markdown
Contributor

@jhamman thoughts on this approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implementing ZipStore's __delitem__ via overwrite

2 participants