data-apis / array-api-strict

Strict implementation of the Python array API (previously numpy.array_api)
http://data-apis.org/array-api-strict/
Other
7 stars 4 forks source link

Support for 2023.12 #25

Closed asmeurer closed 2 months ago

asmeurer commented 5 months ago

This is a tracking issue for supporting 2023.12 in array-api-strict.

Here is a changelog for 2023.12 https://data-apis.org/array-api/latest/changelog.html#v2023-12

It would be helpful to have test suite support for the new features. This is especially true for any feature that isn't already implemented in NumPy. https://github.com/data-apis/array-api-tests/issues/249

We'll also want to implement #8 as well so that we can continue to support 2022.12.

asmeurer commented 2 months ago

2023.12 support is implemented. It's currently not the default. I'll open a new issue about changing that.