data-apis / array-api-tests

Test suite for the PyData Array APIs standard
https://data-apis.org/array-api-tests/
MIT License
64 stars 41 forks source link

Tracking remaining `2022.12` test suite coverage #193

Open honno opened 1 year ago

honno commented 1 year ago

The test suite has excellent coverage of the first 2021.12 spec release, but hasn't been updated to cover all the 2022.12 additions and changes. The following is a list of things that ideally the test suite would do:

honno commented 1 year ago

Ofc @asmeurer and folks feel free to edit the original post, this is just what immediately came to mind.

asmeurer commented 1 year ago

The submodule thing also prevents the signature tests for working with any signature updates post 2022.12

We'll need to check with how the scipy stuff is going, but it's likely we'll want to prioritize fft testing, so that we can implement it numpy.array_api (https://github.com/numpy/numpy/issues/23892) and the compat library.