Skip to content

Commit

Permalink
second rev on group apis
Browse files Browse the repository at this point in the history
- removed abcs for groups/arrays
- improved return types in group.py
- warn (temporarily) when an implicit group is found
- add attributes.py with Attributes class

add test file

wip
  • Loading branch information
jhamman committed Feb 7, 2024
1 parent 65cabb7 commit 0b01bfb
Show file tree
Hide file tree
Showing 16 changed files with 729 additions and 446 deletions.
140 changes: 0 additions & 140 deletions src/zarr/v3/abc/array.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/zarr/v3/abc/codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np

from zarr.v3.common import BytesLike, SliceSelection
from zarr.v3.store import StorePath
from zarr.v3.stores import StorePath


if TYPE_CHECKING:
Expand Down
206 changes: 0 additions & 206 deletions src/zarr/v3/abc/group.py

This file was deleted.

Loading

0 comments on commit 0b01bfb

Please sign in to comment.