summaryrefslogtreecommitdiff
path: root/numpy/fft/helper.pyi
Commit message (Expand)AuthorAgeFilesLines
* Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.Peter Hawkins2023-03-031-4/+4
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-5/+2
* 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