- Notifications
You must be signed in to change notification settings - Fork13
Strict implementation of the Python array API (previously numpy.array_api)
License
data-apis/array-api-strict
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
array_api_strict is a strict, minimal implementation of thePython arrayAPI.
The purpose of array-api-strict is to provide an implementation of the arrayAPI for consuming libraries to test against so they can be completely suretheir usage of the array API is portable.
It isnot intended to be used by end-users. End-users of the array APIshould just use their favorite array library (NumPy, CuPy, PyTorch, etc.) asusual. It is also not intended to be used as a dependency by consuminglibraries. Consuming library code should use thearray-api-compat package tosupport the array API. Rather, it is intended to be used in the test suites ofconsuming libraries to test their array API usage.
See the documentation for more detailshttps://data-apis.org/array-api-strict/
About
Strict implementation of the Python array API (previously numpy.array_api)
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.