Skip to content

Commit d95eba8

Browse files
committed
make read-only funcs top-level exports
1 parent fa343f5 commit d95eba8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/zarr/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
open_consolidated,
2020
open_group,
2121
open_like,
22+
read,
23+
read_array,
24+
read_group,
2225
save,
2326
save_array,
2427
save_group,
@@ -46,6 +49,7 @@
4649
"copy_all",
4750
"copy_store",
4851
"create",
52+
"read_array",
4953
"empty",
5054
"empty_like",
5155
"full",
@@ -55,9 +59,11 @@
5559
"ones",
5660
"ones_like",
5761
"open",
62+
"read",
5863
"open_array",
5964
"open_consolidated",
6065
"open_group",
66+
"read_group",
6167
"open_like",
6268
"save",
6369
"save_array",

0 commit comments

Comments
 (0)