summaryrefslogtreecommitdiff
path: root/numpy/_typing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22359 from BvB93/pyrightCharles Harris2022-10-021-0/+1
|\
| * TYP,MAINT: Change more overloads to play nice with pyrightBvB932022-09-301-0/+1
* | TYP,ENH: Mark `numpy.typing` protocols as runtime checkableBvB932022-09-303-2/+8
|/
* BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-052-0/+14
* MAINT,TYP: Add object-overloads for the `np.generic` rich comparisonsBas van Beek2022-07-141-0/+13
* MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` att...Bas van Beek2022-07-141-0/+1
* ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncsBas van Beek2022-07-111-2/+44
* DOC: fix typo in `numpy._typing._NestedSequence` docstring example (#21909)Thomas Mansencal2022-07-031-2/+2
* MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAl...Bas van Beek2022-05-261-7/+42
* 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-1814-0/+2003