Skip to content

[v3] Implement zarr.copy_store #2407

@jhamman

Description

@jhamman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features or improvements

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions