Skip to content

Commit 984f052

Browse files
committed
add all dtypes back
1 parent 2c4502f commit 984f052

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

array_api_compat/dask/array/_aliases.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
1212
# Dtypes
1313
iinfo,
1414
finfo,
15+
bool_ as bool,
16+
float32,
1517
float64,
1618
int8,
17-
float32,
19+
int16,
20+
int32,
21+
int64,
22+
uint8,
23+
uint16,
24+
uint32,
25+
uint64,
26+
complex64,
27+
complex128,
1828
can_cast,
1929
result_type,
2030
)

0 commit comments

Comments
 (0)