summaryrefslogtreecommitdiff
path: root/numpy/typing/_array_like.py
Commit message (Expand)AuthorAgeFilesLines
* 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