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

Re-enable __array__ #92

Closed asmeurer closed 2 weeks ago

asmeurer commented 2 weeks ago

Removing it caused issues for SciPy (https://github.com/data-apis/array-api-strict/issues/67). I have left the flag in to make it easy to remove it in the future.

I also considered raising a warning in array, but this is also difficult to handle https://github.com/data-apis/array-api-strict/pull/91

asmeurer commented 2 weeks ago

@rgommers @mdhaber @lucascolley

rgommers commented 2 weeks ago

thanks!