summaryrefslogtreecommitdiff
path: root/numpy/array_api/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* add support for xp.takeAlex Rogozhnikov2023-02-261-0/+4
* Add `__array_api_version__` to `numpy.array_api` namespaceMatthew Barber2022-10-021-1/+3
* ENH: Add the linalg extension to the array_api submodule (#19980)Aaron Meurer2021-11-141-7/+5
* MAINT: A few updates to the array_api (#20066)Aaron Meurer2021-11-121-4/+6
* change from_dlpack to _dlpack, remove unused headermattip2021-11-021-2/+2
* ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-251-3/+8
* Remove an unused importAaron Meurer2021-08-231-2/+0
* Remove Python 3.7 checks from the array API codeAaron Meurer2021-08-231-5/+0
* Run (selective) black on the array_api submoduleAaron Meurer2021-08-061-27/+220
* Update the docstring of numpy.array_apiAaron Meurer2021-08-061-38/+41
* Give a better error when numpy.array_api is imported in Python 3.7Aaron Meurer2021-08-051-0/+6
* Print a warning when importing the numpy.array_api submoduleAaron Meurer2021-08-041-0/+4
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-041-0/+171