data-apis/array-api-strict
Strict implementation of the Python array API (previously numpy.array_api)
PythonNOASSERTION
Issues
- 0
vecdot does not conjugate the first argument
#97 opened by mhvk - 3
BUG: `full_like` accepts array `fill_value`
#55 opened by lucascolley - 0
`squeeze` accepts `axis=None`?
#62 opened by mdhaber - 1
Allow changing the default dtypes
#38 opened by asmeurer - 0
Document array API functions
#32 opened by asmeurer - 2
Improvements to device support
#70 opened by asmeurer - 2
- 11
Should we be implementing __array__?
#67 opened by asmeurer - 0
Support for Python scalars
#96 opened by asmeurer - 5
- 2
- 0
Add flag to enable lazy array behavior
#58 opened by asmeurer - 2
- 3
Only support NumPy 2.0 as a backend
#21 opened by asmeurer - 4
More strict type checking
#6 opened by asmeurer - 4
CuPy backend
#5 opened by asmeurer - 2
allow mixed -type comparisons
#76 opened by ev-br - 1
- 0
clip test failures
#75 opened by asmeurer - 4
int / int division
#51 opened by ev-br - 3
Add virtual devices to make it easier for array API consumer to check that they use device correctly
#56 opened by ogrisel - 1
Make 2023.12 the default version
#52 opened by asmeurer - 1
Support for 2023.12
#25 opened by asmeurer - 2
Support for unstack
#31 opened by AzeezIsh - 1
- 6
Support for older versions of the standard
#8 opened by asmeurer - 0
- 0
Real documentation
#27 opened by asmeurer - 2
MAINT: copy semantics shim
#11 opened by tylerjereddy