Skip to content

Commit e47dc4d

Browse files
authored
export more JSON types (#3202)
1 parent 6c40629 commit e47dc4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/zarr/dtype.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
DateTime64JSON_V2,
88
DateTime64JSON_V3,
99
FixedLengthUTF32,
10+
FixedLengthUTF32JSON_V2,
11+
FixedLengthUTF32JSON_V3,
1012
Float16,
1113
Float32,
1214
Float64,
@@ -15,8 +17,10 @@
1517
Int32,
1618
Int64,
1719
NullTerminatedBytes,
20+
NullterminatedBytesJSON_V2,
1821
NullTerminatedBytesJSON_V3,
1922
RawBytes,
23+
RawBytesJSON_V2,
2024
RawBytesJSON_V3,
2125
Structured,
2226
StructuredJSON_V2,
@@ -46,6 +50,8 @@
4650
"DateTime64JSON_V2",
4751
"DateTime64JSON_V3",
4852
"FixedLengthUTF32",
53+
"FixedLengthUTF32JSON_V2",
54+
"FixedLengthUTF32JSON_V3",
4955
"Float16",
5056
"Float32",
5157
"Float64",
@@ -55,7 +61,9 @@
5561
"Int64",
5662
"NullTerminatedBytes",
5763
"NullTerminatedBytesJSON_V3",
64+
"NullterminatedBytesJSON_V2",
5865
"RawBytes",
66+
"RawBytesJSON_V2",
5967
"RawBytesJSON_V3",
6068
"Structured",
6169
"StructuredJSON_V2",

0 commit comments

Comments
 (0)