We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa343f5 commit d95eba8Copy full SHA for d95eba8
src/zarr/__init__.py
@@ -19,6 +19,9 @@
19
open_consolidated,
20
open_group,
21
open_like,
22
+ read,
23
+ read_array,
24
+ read_group,
25
save,
26
save_array,
27
save_group,
@@ -46,6 +49,7 @@
46
49
"copy_all",
47
50
"copy_store",
48
51
"create",
52
+ "read_array",
53
"empty",
54
"empty_like",
55
"full",
@@ -55,9 +59,11 @@
59
"ones",
56
60
"ones_like",
57
61
"open",
62
+ "read",
58
63
"open_array",
64
"open_consolidated",
65
"open_group",
66
+ "read_group",
67
"open_like",
68
"save",
69
"save_array",
0 commit comments