Open
Description
- Firstly we really need to
- Replace
numpy.array_api
witharray-api-strict
numpy.array_api
is going to be removed and supplanted by this third-party library- As bought up in More improvements to test_linalg #101 (comment)
- Also cover
meta/
tests (we never did before!)- Would require one or two fixes of those tests.
- Cover different
ARRAY_API_TESTS_VERSION
values too- Support for older versions of the standard array-api-strict#8 would be handy here
- Replace
- Then ideally we're testing libraries covered by
array-api-compat
- NumPy
- PyTorch
- Dask
- CuPy is probably a no-go because GPUs on CI is too finnicky
- I think it'd be really nice to test
jax.experimental.array_api
too as it has some distinct properties that we want to be mindful with for future test suite development.