Skip to content

data-apis/array-api-strict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25cc3d7 · Apr 3, 2025
Mar 20, 2025
Apr 3, 2025
Mar 20, 2025
Jan 23, 2024
Feb 3, 2025
Mar 29, 2024
Jan 22, 2024
Sep 13, 2024
Mar 20, 2025
Apr 1, 2025
Apr 26, 2024
Nov 8, 2024
Nov 8, 2024
Apr 19, 2024

Repository files navigation

array-api-strict

array_api_strict is a strict, minimal implementation of the Python array API.

The purpose of array-api-strict is to provide an implementation of the array API for consuming libraries to test against so they can be completely sure their usage of the array API is portable.

It is not intended to be used by end-users. End-users of the array API should just use their favorite array library (NumPy, CuPy, PyTorch, etc.) as usual. It is also not intended to be used as a dependency by consuming libraries. Consuming library code should use the array-api-compat package to support the array API. Rather, it is intended to be used in the test suites of consuming libraries to test their array API usage.

See the documentation for more details https://data-apis.org/array-api-strict/