summaryrefslogtreecommitdiff
path: root/numpy/typing/_generic_alias.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Do not forward `__(deep)copy__` calls of `_GenericAlias` to the wrappe...Bas van Beek2021-11-101-0/+2
* Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-251-4/+1
|\
| * MAINT: Directly use `np.ndarray.__class_getitem__` for the definition of `npt...Bas van Beek2021-09-151-4/+1
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
|/
* 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