Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Minor tweaks/rewording | Sebastian Berg | 2022-06-15 | 1 | -1/+1 |
* | TYP: Add types for new symbols | Sebastian Berg | 2022-06-15 | 1 | -1/+1 |
* | STY: Use subscriptable `collections.abc` types over the generic aliases in … | Bas van Beek | 2021-12-23 | 1 | -1/+2 |
* | STY: Replace `Union` with the `|` operator | Bas van Beek | 2021-12-22 | 1 | -4/+4 |
* | STY: Replace `Optional` with the `|` operator | Bas van Beek | 2021-12-22 | 1 | -11/+11 |
* | MAINT: Move `_SupportsWrite` to the main numpy namespace & parametrize it | Bas van Beek | 2021-10-25 | 1 | -7/+6 |
* | STY: Use the PEP 457 positional-only syntax in the stub files | Bas van Beek | 2021-08-31 | 1 | -1/+1 |
* | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -7/+1 |
* | ENH: Add annotations for `np.core._ufunc_config` | Bas van Beek | 2020-10-26 | 1 | -0/+43 |