Skip to content

[v3] Implement zarr.copy_store #2407

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

Open
jhamman opened this issue Oct 18, 2024 · 3 comments
Open

[v3] Implement zarr.copy_store #2407

jhamman opened this issue Oct 18, 2024 · 3 comments
Labels
enhancement New features or improvements
Milestone

Comments

@jhamman
Copy link
Member

jhamman commented Oct 18, 2024

Zarr version

3.0.0.beta

Numcodecs version

0.13

Python Version

3.11

Operating System

Mac

Installation

pip

Description

We have not implemented zarr.copy, zarr.copy_all, or zarr.copy_store yet.

Steps to reproduce

async def copy(*args: Any, **kwargs: Any) -> tuple[int, int, int]:
raise NotImplementedError
async def copy_all(*args: Any, **kwargs: Any) -> tuple[int, int, int]:
raise NotImplementedError
async def copy_store(*args: Any, **kwargs: Any) -> tuple[int, int, int]:
raise NotImplementedError

Additional output

No response

@jhamman jhamman added the bug Potential issues with the zarr-python library label Oct 18, 2024
@jhamman jhamman added this to the 3.0.0 milestone Oct 18, 2024
@jhamman jhamman moved this to Todo in Zarr-Python - 3.0 Oct 18, 2024
@jhamman jhamman added the V3 label Oct 18, 2024
@jhamman
Copy link
Member Author

jhamman commented Nov 22, 2024

Proposal from today's dev meeting. We remove copy and copy_all and push copy_store to after 3.0.

@jhamman jhamman modified the milestones: 3.0.0, After 3.0.0 Nov 29, 2024
@dstansby dstansby removed the V3 label Dec 12, 2024
@dstansby dstansby changed the title [v3] Implement zarr.copy and zarr.copy_all [v3] Implement zarr.copy_store Dec 30, 2024
jpeloquin added a commit to jpeloquin/spamneggs that referenced this issue Feb 20, 2025
Need zarr.copy_store, and Zarr 3 doesn't have it yet.
zarr-developers/zarr-python#2407
@doronbehar
Copy link

Hello :), If I'd like to contribute this feature, would it be acceptable in the meantime to not bother at least in the meantime with the log, dry_run and {ex,in}cludes arguments?

@jhamman
Copy link
Member Author

jhamman commented Feb 25, 2025

@doronbehar - glad to hear there is interest here. We'd be happy to accept such a contribution.

@dstansby dstansby added enhancement New features or improvements and removed bug Potential issues with the zarr-python library labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or improvements
Projects
Status: Todo
Development

No branches or pull requests

3 participants