summaryrefslogtreecommitdiff
path: root/numpy/typing/_ufunc.pyi
Commit message (Expand)AuthorAgeFilesLines
* STY: Use the PEP 457 positional-only syntax in `numpy.typing`Bas van Beek2021-08-311-11/+13
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-2/+2
* STY: Rename `_Casting` to `_CastingKind`Bas van Beek2021-06-061-13/+13
* STY: Use the PEP 604 pipe operator over `Optional` and `Union`Bas van Beek2021-05-271-36/+34
* ENH: Improve the `np.ufunc` annotationsBas van Beek2021-05-201-0/+405