.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
cupy-xfails.txt
dask-skips.txt
dask-xfails.txt
numpy-1-22-xfails.txt
numpy-1-26-xfails.txt
numpy-dev-xfails.txt
numpy-skips.txt
numpy-xfails.txt
pyproject.toml
test_cupy.sh
torch-skips.txt
torch-xfails.txt
.github/dependabot.yml
.github/workflows/array-api-tests-dask.yml
.github/workflows/array-api-tests-numpy-1-22.yml
.github/workflows/array-api-tests-numpy-1-26.yml
.github/workflows/array-api-tests-numpy-dev.yml
.github/workflows/array-api-tests-numpy-latest.yml
.github/workflows/array-api-tests-torch.yml
.github/workflows/array-api-tests.yml
.github/workflows/dependabot-auto-merge.yml
.github/workflows/docs-build.yml
.github/workflows/docs-deploy.yml
.github/workflows/publish-package.yml
.github/workflows/ruff.yml
.github/workflows/tests.yml
array_api_compat/__init__.py
array_api_compat/_internal.py
array_api_compat/py.typed
array_api_compat.egg-info/PKG-INFO
array_api_compat.egg-info/SOURCES.txt
array_api_compat.egg-info/dependency_links.txt
array_api_compat.egg-info/requires.txt
array_api_compat.egg-info/top_level.txt
array_api_compat/common/__init__.py
array_api_compat/common/_aliases.py
array_api_compat/common/_fft.py
array_api_compat/common/_helpers.py
array_api_compat/common/_linalg.py
array_api_compat/common/_typing.py
array_api_compat/cupy/__init__.py
array_api_compat/cupy/_aliases.py
array_api_compat/cupy/_info.py
array_api_compat/cupy/_typing.py
array_api_compat/cupy/fft.py
array_api_compat/cupy/linalg.py
array_api_compat/dask/__init__.py
array_api_compat/dask/array/__init__.py
array_api_compat/dask/array/_aliases.py
array_api_compat/dask/array/_info.py
array_api_compat/dask/array/fft.py
array_api_compat/dask/array/linalg.py
array_api_compat/numpy/__init__.py
array_api_compat/numpy/_aliases.py
array_api_compat/numpy/_info.py
array_api_compat/numpy/_typing.py
array_api_compat/numpy/fft.py
array_api_compat/numpy/linalg.py
array_api_compat/torch/__init__.py
array_api_compat/torch/_aliases.py
array_api_compat/torch/_info.py
array_api_compat/torch/_typing.py
array_api_compat/torch/fft.py
array_api_compat/torch/linalg.py
docs/Makefile
docs/changelog.md
docs/conf.py
docs/helper-functions.rst
docs/index.md
docs/make.bat
docs/supported-array-libraries.md
docs/_static/custom.css
docs/_static/favicon.png
docs/dev/implementation-notes.md
docs/dev/index.md
docs/dev/releasing.md
docs/dev/special-considerations.md
docs/dev/tests.md
tests/__init__.py
tests/_helpers.py
tests/test_all.py
tests/test_array_namespace.py
tests/test_common.py
tests/test_cupy.py
tests/test_dask.py
tests/test_isdtype.py
tests/test_jax.py
tests/test_no_dependencies.py
tests/test_torch.py
tests/test_vendoring.py
vendor_test/__init__.py
vendor_test/uses_cupy.py
vendor_test/uses_dask.py
vendor_test/uses_numpy.py
vendor_test/uses_torch.py
vendor_test/vendored/__init__.py
vendor_test/vendored/_compat