summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_manipulation_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent unwanted type promotions everywhere in the array API namespaceAaron Meurer2021-07-221-0/+5
* Use better type signatures in the array API moduleAaron Meurer2021-07-091-2/+2
* Remove typing exports from numpy/_array_api/_types.pyAaron Meurer2021-07-091-3/+1
* Rename the array class in the array API namespace from ndarray to ArrayAaron Meurer2021-07-081-9/+9
* Capitalize the names of the type hint types in the array APIAaron Meurer2021-07-081-8/+8
* Update signatures from the latest version of the array API specAaron Meurer2021-05-201-1/+1
* Fix array API squeeze() and stack()Aaron Meurer2021-05-101-2/+2
* Update signatures in the array API namespace from the latest version of the specAaron Meurer2021-04-281-3/+3
* Move function name change notes to before the def lineAaron Meurer2021-04-141-1/+1
* Update some annotations updated from the specAaron Meurer2021-03-301-2/+2
* Fix circular imports from typesAaron Meurer2021-03-171-1/+4
* Remove _implementation from the array API functionsAaron Meurer2021-03-021-6/+6
* Make the array API manipulation functions use the array API ndarray objectAaron Meurer2021-03-021-7/+10
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-6/+6
* Fix some incorrect type annotations in the array API submoduleAaron Meurer2021-01-201-1/+1
* Add type annotations to the array api submodule function definitionsAaron Meurer2021-01-201-7/+11
* Add basic docstrings to the array API wrapper functionsAaron Meurer2021-01-121-0/+35
* 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/+28