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 6c40629 commit e47dc4dCopy full SHA for e47dc4d
1 file changed
src/zarr/dtype.py
@@ -7,6 +7,8 @@
7
DateTime64JSON_V2,
8
DateTime64JSON_V3,
9
FixedLengthUTF32,
10
+ FixedLengthUTF32JSON_V2,
11
+ FixedLengthUTF32JSON_V3,
12
Float16,
13
Float32,
14
Float64,
@@ -15,8 +17,10 @@
15
17
Int32,
16
18
Int64,
19
NullTerminatedBytes,
20
+ NullterminatedBytesJSON_V2,
21
NullTerminatedBytesJSON_V3,
22
RawBytes,
23
+ RawBytesJSON_V2,
24
RawBytesJSON_V3,
25
Structured,
26
StructuredJSON_V2,
@@ -46,6 +50,8 @@
46
50
"DateTime64JSON_V2",
47
51
"DateTime64JSON_V3",
48
52
"FixedLengthUTF32",
53
+ "FixedLengthUTF32JSON_V2",
54
+ "FixedLengthUTF32JSON_V3",
49
55
"Float16",
56
"Float32",
57
"Float64",
@@ -55,7 +61,9 @@
61
"Int64",
62
"NullTerminatedBytes",
63
"NullTerminatedBytesJSON_V3",
64
+ "NullterminatedBytesJSON_V2",
58
65
"RawBytes",
66
+ "RawBytesJSON_V2",
59
67
"RawBytesJSON_V3",
60
68
"Structured",
69
"StructuredJSON_V2",
0 commit comments