summaryrefslogtreecommitdiff
path: root/numpy/array_api/_array_object.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-251-1/+33
* Fix the return annotation for numpy.array_api.Array.__setitem__Aaron Meurer2021-08-121-1/+1
* Run (selective) black on the array_api submoduleAaron Meurer2021-08-061-75/+130
* Fix the array API __len__ methodAaron Meurer2021-08-061-2/+1
* Move some imports out of functions to the top of the fileAaron Meurer2021-08-041-3/+4
* Move the array API dtype categories into the top levelAaron Meurer2021-08-041-13/+4
* Remove unused importAaron Meurer2021-08-041-1/+1
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-041-0/+983