summaryrefslogtreecommitdiff
path: root/numpy/typing/_array_like.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Added the `_ArrayLikeInt` type aliasBas van Beek2021-02-251-0/+5
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-2/+16
* MAINT: Renamed `_ArrayLike<X>` to `_ArrayLike<X>_co`Bas van Beek2021-01-181-12/+12
* MAINT: Add aliases for commonly used `ArrayLike` objectsBas van Beek2020-12-211-6/+79
* STY: Fixed a typo: `ofthe` -> `of the`Bas van Beek2020-12-111-1/+1
* ENH: Add dtype-support for the `__array__` protocolBas van Beek2020-12-111-8/+13
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-3/+3
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-1/+7
* DOC: add reference to Python issue about buffer protocolsJosh Wilson2020-06-161-2/+4
* DOC: add note about supporting buffer protocols in `ArrayLike`Josh Wilson2020-06-151-0/+5
* DOC: add warning about typing-extensions module to numpy.typing docsJosh Wilson2020-06-111-2/+2
* MAINT: make typing module available at runtimeJosh Wilson2020-06-091-0/+27