summaryrefslogtreecommitdiff
path: root/numpy/array_api/_typing.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-17/+14
* ENH: Change `SupportsDLPack` into a protocolBas van Beek2021-10-181-1/+3
* ENH: Replace `NestedSequence` with a proper nested sequence protocolBas van Beek2021-10-181-5/+17
* MAINT: Import `Array` from the `_array_object` namespaceBas van Beek2021-09-291-1/+1
* MAINT: Add a missing subscription slot to `NestedSequence`Bas van Beek2021-09-271-2/+3
* MAINT: Fix invalid parameter types used in `Dtype`Bas van Beek2021-09-271-6/+21
* ENH: Updates to numpy.array_api (#19937)Aaron Meurer2021-09-251-2/+2
* fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-031-1/+1
* fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-031-1/+1
* Run (selective) black on the array_api submoduleAaron Meurer2021-08-061-6/+24
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-041-0/+26