summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.pyi
Commit message (Collapse)AuthorAgeFilesLines
* Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.Peter Hawkins2023-03-031-4/+4
| | | | The type stubs incorrectly mark this argument as mandatory.
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
| | | | i.e. `numpy.typing` and `numpy._typing`
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-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 Beek2021-12-231-2/+2
|
* ENH: Add annotations for `np.fft`Bas van Beek2021-11-021-0/+50