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

Support for Python scalars #96

Open asmeurer opened 1 week ago

asmeurer commented 1 week ago

The 2024.12 version of the standard will implement support for scalars in functions. See https://github.com/data-apis/array-api/issues/807.

This has not yet been written in the draft spec, so nothing is implemented here yet. This issue is just to track that work.

There has also been a start to this at #78

See also https://github.com/data-apis/array-api-strict/issues/77