data-apis / array-api-strict

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

Require NumPy >= 2.1 #87

Closed asmeurer closed 2 weeks ago

asmeurer commented 2 weeks ago

Fixes #21

asmeurer commented 1 week ago

Just to be clear for future readers, we can go way beyond what I did here if array-api-strict only supported NumPy 2.0. Virtually all code that is based on compatibility could be removed, with only code based on strictness left.