summaryrefslogtreecommitdiff
path: root/numpy/array_api/_array_object.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-12/+2
|\
| * MAINT: Let `ndarray.__imatmul__` handle inplace matrix multiplication in the ...Bas van Beek2022-12-021-12/+2
* | TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-1/+1
|/
* API: Allow newaxis indexing for `array_api` arrays (#21377)Matthew Barber2022-05-061-93/+119
* Update some Note comments in numpy.array_apiAaron Meurer2022-03-281-0/+5
* BUG: Allow integer inputs for pow-related functions in `array_api`Matthew2022-01-071-8/+6
* Merge pull request #20720 from rgommers/arrayapi-annotation-fixesMatti Picus2022-01-041-2/+3
|\
| * TYP: accept review comment on ignoring NotImplemented in type checkingRalf Gommers2022-01-041-4/+1
| * TYP: add a few type annotations to `numpy.array_api.Array`Ralf Gommers2022-01-031-1/+5
* | TYP: change type annotation for `__array_namespace__` to ModuleTypeRalf Gommers2022-01-031-1/+2
|/
* Add type hints to the numpy.array_api.Array.__array__ signatureAaron Meurer2021-12-061-1/+2
* ENH: Add __array__ to the array_api Array objectAaron Meurer2021-12-061-0/+11
* BUG: Fix the .T attribute in the array_api namespaceAaron Meurer2021-12-011-1/+1
* ENH: Add the linalg extension to the array_api submodule (#19980)Aaron Meurer2021-11-141-1/+1
* MAINT: A few updates to the array_api (#20066)Aaron Meurer2021-11-121-17/+31
* MAINT: Replace the `__array_namespace__` return type with `Any`Bas van Beek2021-10-181-2/+2
* ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-251-1/+33
* Fix the return annotation for numpy.array_api.Array.__setitem__Aaron Meurer2021-08-121-1/+1
* Run (selective) black on the array_api submoduleAaron Meurer2021-08-061-75/+130
* Fix the array API __len__ methodAaron Meurer2021-08-061-2/+1
* Move some imports out of functions to the top of the fileAaron Meurer2021-08-041-3/+4
* Move the array API dtype categories into the top levelAaron Meurer2021-08-041-13/+4
* Remove unused importAaron Meurer2021-08-041-1/+1
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-041-0/+983