summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_searching_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix circular imports from typesAaron Meurer2021-03-171-1/+4
* Support the ndarray object in the remaining array API functionsAaron Meurer2021-03-051-4/+5
* Remove _implementation from the array API functionsAaron Meurer2021-03-021-4/+4
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-4/+4
* Use np.asarray in the array API submodule for any function that can return a ...Aaron Meurer2021-01-201-2/+4
* Add type annotations to the array api submodule function definitionsAaron Meurer2021-01-201-4/+8
* Add basic docstrings to the array API wrapper functionsAaron Meurer2021-01-121-0/+20
* Use "import numpy as np" in the array_api submoduleAaron Meurer2021-01-121-8/+6
* Make the array_api submodules private, and remove __all__ from individual filesAaron Meurer2021-01-121-0/+15