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 984f052 commit 91ffaafCopy full SHA for 91ffaaf
array_api_compat/dask/array/_aliases.py
@@ -208,7 +208,10 @@ def _isscalar(a):
208
__all__ = _common_aliases + ['__array_namespace_info__', 'asarray', 'acos',
209
'acosh', 'asin', 'asinh', 'atan', 'atan2',
210
'atanh', 'bitwise_left_shift', 'bitwise_invert',
211
- 'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast', 'result_type',
212
- 'float64', 'int8', 'float32']
+ 'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast',
+ 'result_type', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
213
+ 'uint8', 'uint16', 'uint32', 'uint64',
214
+ 'complex64', 'complex128', 'iinfo', 'finfo',
215
+ 'can_cast', 'result_type']
216
217
_all_ignore = ["get_xp", "da", "np"]
0 commit comments