summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_statistical_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-7/+7
* Use np.asarray in the array API submodule for any function that can return a ...Aaron Meurer2021-01-201-5/+5
* Add type annotations to the array api submodule function definitionsAaron Meurer2021-01-201-7/+11
* Use "import numpy as np" in the array_api submoduleAaron Meurer2021-01-121-14/+9
* Make the array_api submodules private, and remove __all__ from individual filesAaron Meurer2021-01-121-0/+29