summaryrefslogtreecommitdiff
path: root/numpy/typing/_generic_alias.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Provide more type-safety by replacing `Any` with `object`Bas van Beek2021-06-041-4/+11
* BUG: Fixe an issue wherein `_GenericAlias` could raise for non-tuple parametersBas van Beek2021-06-041-1/+1
* STY: Use `GenericAlias` to get rid of string-based literal expressionsBas van Beek2021-05-271-0/+1
* MAINT: Change the variance of the `npt.ArrayLike` to covariantBas van Beek2021-05-251-1/+1
* BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for under...Bas van Beek2021-05-251-1/+2
* MAINT: Removed an unused variableBas van Beek2021-05-121-1/+0
* API: Add a runtime-subscriptable alias for `ndarray`Bas van Beek2021-05-121-1/+15
* ENH: Added a (python-based) backport of `types.GenericAlias`Bas van Beek2021-05-121-0/+194