Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark `d` argument to fftfreq and rfftfreq as optional in type stubs. | Peter Hawkins | 2023-03-03 | 1 | -4/+4 |
| | | | | The type stubs incorrectly mark this argument as mandatory. | ||||
* | 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 | -2/+2 |
| | |||||
* | ENH: Add annotations for `np.fft` | Bas van Beek | 2021-11-02 | 1 | -0/+50 |