summaryrefslogtreecommitdiff
path: root/numpy/array_api
Commit message (Expand)AuthorAgeFilesLines
* fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-031-1/+1
* fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-031-1/+1
* Remove an unused importAaron Meurer2021-08-231-2/+0
* Remove Python 3.7 checks from the array API codeAaron Meurer2021-08-231-5/+0
* Add smallest_normal to the array API finfoAaron Meurer2021-08-121-6/+2
* 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-0618-390/+1054
* Update the docstring of numpy.array_apiAaron Meurer2021-08-061-38/+41
* Fix the array API nonzero() functionAaron Meurer2021-08-061-1/+1
* Make the axis argument to squeeze() in the array_api module positional-onlyAaron Meurer2021-08-061-1/+1
* Fix the array API unique() functionAaron Meurer2021-08-061-1/+5
* Fix the array API __len__ methodAaron Meurer2021-08-061-2/+1
* Fix some dictionary key mismatches in the array API testsAaron Meurer2021-08-061-27/+27
* Add a setup.py to the array_api submoduleAaron Meurer2021-08-051-0/+10
* Give a better error when numpy.array_api is imported in Python 3.7Aaron Meurer2021-08-051-0/+6
* Fix casting for the array API concat() and stack()Aaron Meurer2021-08-041-4/+5
* 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-043-26/+17
* Remove unused importAaron Meurer2021-08-041-1/+1
* Remove asarray() calls from the array API statistical functionsAaron Meurer2021-08-041-5/+5
* Remove no longer comment about the keepdims argument to argminAaron Meurer2021-08-041-2/+0
* 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-0419-0/+3020