summaryrefslogtreecommitdiff
path: root/numpy/core/einsumfunc.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP: Let `np.einsum` accept `object` dtypesBas van Beek2023-05-081-5/+48
* TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likesBas van Beek2022-07-141-9/+9
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-3/+3
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-3/+1
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-9/+9
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-311-9/+18
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-7/+1
* MAINT: Remove unsafe unions from `np.core.einsumfunc`Bas van Beek2021-04-301-7/+11
* ENH: Add annotations for `np.core.einsumfunc`Bas van Beek2021-02-101-0/+138