summaryrefslogtreecommitdiff
path: root/numpy/_typing/_array_like.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23145 from BvB93/39_typCharles Harris2023-02-021-25/+31
|\
| * MAINT: Remove `npt._GenericAlias` in favor of py39 `types.GenericAlias`BvB932023-02-021-0/+3
| * MAINT: Make use of the py39 `__class_getitem__` availability in the standard ...BvB932023-02-021-25/+28
* | TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` defi...BvB932023-02-021-1/+1
|/
* TYP,ENH: Mark `numpy.typing` protocols as runtime checkableBvB932022-09-301-2/+4
* BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-051-0/+13
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-0/+143