summaryrefslogtreecommitdiff
path: root/numpy/_array_api/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Rename numpy/_array_api/_types.py to numpy/_array_api/_typing.pyAaron Meurer2021-07-091-1/+1
* Update the docstring of numpy/_array_api/__init__.pyAaron Meurer2021-07-081-32/+37
* Rename the array class in the array API namespace from ndarray to ArrayAaron Meurer2021-07-081-5/+5
* Update the linear algebra functions in the array API namespaceAaron Meurer2021-07-011-7/+8
* Add meshgrid(), broadcast_arrays(), broadcast_to(), and can_cast() to the arr...Aaron Meurer2021-04-261-4/+4
* Update the array API namespace __init__.py docstring with todosAaron Meurer2021-03-091-3/+23
* Update the state of the array API in the __init__.py docstringAaron Meurer2021-03-091-9/+21
* Add some missing names in the array_api namespace __all__Aaron Meurer2021-02-231-4/+8
* Add some more notes to the array API module docstringAaron Meurer2021-01-201-0/+14
* Add an explanatory docstring to _array_api/__init__.pyAaron Meurer2021-01-131-0/+66
* Fix the array_api submodule __init__.py importsAaron Meurer2021-01-121-12/+12
* Add dtypes to the _array_api namespaceAaron Meurer2021-01-111-0/+4
* Add initial array_api sub-namespaceAaron Meurer2021-01-111-0/+45