summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_creation_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Add bool and int explicitly to the array API asarray() input type hintsAaron Meurer2021-07-211-1/+1
* Remove an unnecessary indexingAaron Meurer2021-07-161-1/+1
* Move the dtype check to the array API Array._new constructorAaron Meurer2021-07-161-2/+0
* Fix some typing importsAaron Meurer2021-07-091-2/+2
* Rename numpy/_array_api/_types.py to numpy/_array_api/_typing.pyAaron Meurer2021-07-091-1/+1
* Use better type signatures in the array API moduleAaron Meurer2021-07-091-1/+1
* Remove typing exports from numpy/_array_api/_types.pyAaron Meurer2021-07-091-4/+3
* Rename the array class in the array API namespace from ndarray to ArrayAaron Meurer2021-07-081-42/+42
* Capitalize the names of the type hint types in the array APIAaron Meurer2021-07-081-16/+16
* Update signatures in the array API namespace from the latest version of the specAaron Meurer2021-04-281-9/+9
* Add meshgrid(), broadcast_arrays(), broadcast_to(), and can_cast() to the arr...Aaron Meurer2021-04-261-2/+13
* Fix int bounds checking in asarray() to only happen when dtype=NoneAaron Meurer2021-04-131-1/+1
* Give a better error message in the array API asarray for out of bounds integersAaron Meurer2021-03-311-0/+4
* Fix circular imports from typesAaron Meurer2021-03-171-2/+5
* Only return the same array in asarray if the dtype is the sameAaron Meurer2021-03-111-1/+1
* Remove _implementation from the array API functionsAaron Meurer2021-03-021-4/+4
* Clean up some importsAaron Meurer2021-02-261-2/+3
* 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