Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -1/+1 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | MAINT: Create the `_ArrayLike` type-alias in `numpy.typing` | Bas van Beek | 2022-01-24 | 1 | -5/+2 |
| | | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic` | ||||
* | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 1 | -6/+3 |
| | |||||
* | MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence` | Bas van Beek | 2021-09-19 | 1 | -2/+2 |
| | |||||
* | STY: Use the PEP 457 positional-only syntax in the stub files | Bas van Beek | 2021-08-31 | 1 | -4/+5 |
| | |||||
* | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -6/+2 |
| | |||||
* | ENH: Add annotations for `np.lib.arraypad` | Bas van Beek | 2021-06-11 | 1 | -2/+91 |
| | |||||
* | ENH: Add improved placeholder annotations for `np.lib` | Bas van Beek | 2021-04-26 | 1 | -0/+5 |