summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_creation_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dimension 0 arrays in the array API namespace full() and full_like()Aaron Meurer2021-02-261-2/+15
* Make an error message easier to readAaron Meurer2021-02-261-1/+1
* Use ndarray in the array API creation functionsAaron Meurer2021-02-261-11/+22
* Support array_api.ndarray in array_api.asarray()Aaron Meurer2021-02-231-0/+2
* Only allow supported dtypes in the array_api namespace asarray()Aaron Meurer2021-02-231-1/+6
* Fix the copy keyword argument in the array_api namespace asarray()Aaron Meurer2021-02-231-1/+4
* Update array_api namespace with latest changes from the specAaron Meurer2021-02-231-1/+17
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-4/+4
* 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-11/+15
* Add basic docstrings to the array API wrapper functionsAaron Meurer2021-01-121-0/+55
* Use "import numpy as np" in the array_api submoduleAaron Meurer2021-01-121-22/+13
* Make the array_api submodules private, and remove __all__ from individual filesAaron Meurer2021-01-121-0/+76