summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_utility_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some typing importsAaron Meurer2021-07-091-3/+1
* Rename numpy/_array_api/_types.py to numpy/_array_api/_typing.pyAaron Meurer2021-07-091-1/+1
* Rename the array class in the array API namespace from ndarray to ArrayAaron Meurer2021-07-081-4/+4
* Capitalize the names of the type hint types in the array APIAaron Meurer2021-07-081-3/+3
* Fix circular imports from typesAaron Meurer2021-03-171-1/+4
* Support the ndarray object in the remaining array API functionsAaron Meurer2021-03-051-2/+3
* Remove _implementation from the array API functionsAaron Meurer2021-03-021-2/+2
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-2/+2
* Use np.asarray in the array API submodule for any function that can return a ...Aaron Meurer2021-01-201-2/+2
* Add type annotations to the array api submodule function definitionsAaron Meurer2021-01-201-2/+6
* Add basic docstrings to the array API wrapper functionsAaron Meurer2021-01-121-0/+10
* Use "import numpy as np" in the array_api submoduleAaron Meurer2021-01-121-4/+4
* Make the array_api submodules private, and remove __all__ from individual filesAaron Meurer2021-01-121-0/+7