Add type hints / annotations to array_namespace()
: array_api_strict
as return type?
#194
Labels
array_namespace()
: array_api_strict
as return type?
#194
Without type hints, it is very inconvenient because of spelling errors of array_api functions. As array_api_compat seems to be a superset of array_api_strict, I would like to propose to simply set the return type of
array_namespace()
toarray_api_strict
, although it might be confusing.array-api-compat/array_api_compat/common/_helpers.py
Line 424 in c5ef3dc
The text was updated successfully, but these errors were encountered: