summaryrefslogtreecommitdiff
path: root/numpy/_typing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove `npt._GenericAlias` in favor of py39 `types.GenericAlias`BvB932023-02-021-5/+1
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-2/+2
* TYP,MAINT: Change more overloads to play nice with pyrightBvB932022-09-301-0/+1
* BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-051-0/+1
* MAINT: Explicitly re-export the types in `numpy._typing`Bas van Beek2022-03-181-100/+105
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-0/+218