[Numpy-discussion] Re: Road to NumPy 2.0

2023-01-20 Thread Aaron Meurer
On Fri, Jan 20, 2023 at 9:12 AM Tyler Reddy wrote: > For NEP 47/array API standard, do we have a sense for how far off > numpy.array_api is from passing a tagged version of the conformance test > suite? > The test suite for 2021.12 effectively passes everywhere, except for a few very small

[Numpy-discussion] Re: Road to NumPy 2.0

2023-01-20 Thread Tyler Reddy
For NEP 47/array API standard, do we have a sense for how far off numpy.array_api is from passing a tagged version of the conformance test suite? Can you do something like "import numpy.array_api as np" and then "export ARRAY_API_TESTS_MODULE=numpy"? Probably not exactly that, but you likely know

[Numpy-discussion] Re: Road to NumPy 2.0

2023-01-15 Thread Ralf Gommers
On Wed, Jan 11, 2023 at 1:59 PM Sebastian Berg wrote: > Hi all, > > as brought up many times, I would like to aim for a NumPy 2.0. The > current hope would be to release within the year and start adding small > breaking changes soon, but hidden behind feature flags. Similar to what is >