.gitattributes
.gitignore
CHANGELOG.md
LICENSE
README.md
array-api-tests-xfails.txt
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
ruff.toml
.github/dependabot.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_strict/__init__.py
array_api_strict/_array_object.py
array_api_strict/_constants.py
array_api_strict/_creation_functions.py
array_api_strict/_data_type_functions.py
array_api_strict/_dtypes.py
array_api_strict/_elementwise_functions.py
array_api_strict/_fft.py
array_api_strict/_flags.py
array_api_strict/_helpers.py
array_api_strict/_indexing_functions.py
array_api_strict/_info.py
array_api_strict/_linalg.py
array_api_strict/_linear_algebra_functions.py
array_api_strict/_manipulation_functions.py
array_api_strict/_searching_functions.py
array_api_strict/_set_functions.py
array_api_strict/_sorting_functions.py
array_api_strict/_statistical_functions.py
array_api_strict/_typing.py
array_api_strict/_utility_functions.py
array_api_strict/_version.py
array_api_strict/py.typed
array_api_strict.egg-info/PKG-INFO
array_api_strict.egg-info/SOURCES.txt
array_api_strict.egg-info/dependency_links.txt
array_api_strict.egg-info/requires.txt
array_api_strict.egg-info/top_level.txt
array_api_strict/tests/__init__.py
array_api_strict/tests/conftest.py
array_api_strict/tests/test_array_object.py
array_api_strict/tests/test_creation_functions.py
array_api_strict/tests/test_data_type_functions.py
array_api_strict/tests/test_device_support.py
array_api_strict/tests/test_elementwise_functions.py
array_api_strict/tests/test_flags.py
array_api_strict/tests/test_indexing_functions.py
array_api_strict/tests/test_linalg.py
array_api_strict/tests/test_manipulation_functions.py
array_api_strict/tests/test_searching_functions.py
array_api_strict/tests/test_set_functions.py
array_api_strict/tests/test_sorting_functions.py
array_api_strict/tests/test_statistical_functions.py
array_api_strict/tests/test_validation.py
docs/Makefile
docs/api.rst
docs/changelog.md
docs/conf.py
docs/index.md
docs/make.bat
docs/releasing.md
docs/requirements.txt
docs/_static/custom.css
docs/_static/favicon.png