summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.pyi
Commit message (Collapse)AuthorAgeFilesLines
* TYP,DEP: Remove `msort` annotationsBvB932022-11-141-6/+2
| | | | Xref https://github.com/numpy/numpy/pull/22456
* MAINT, TYP: Fix `np.angle` dtype-overloadsBas van Beek2022-07-121-3/+5
|
* TYP: Add typing for the keepdims param. of 'average' and 'ma.average'warren2022-05-101-0/+8
| | | | This is a follow-up to gh-21485.
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
| | | | i.e. `numpy.typing` and `numpy._typing`
* Merge pull request #20887 from BvB93/aliasesCharles Harris2022-01-241-11/+2
|\ | | | | TYP,MAINT: Add aliases for commonly used unions
| * MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-4/+1
| | | | | | | | Represents a subset of `npt.ArrayLike` that can be parametrized w.r.t. `np.generic`
| * MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-7/+1
| | | | | | | | Represents a subset of `npt.DTypeLike` that can be parametrized w.r.t. `np.generic`
* | TYP: Mark annotations that can be improved with `Concatenate` once mypy ↵Bas van Beek2022-01-241-0/+2
|/ | | | supports it
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-4/+1
|
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-9/+6
|
* MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-121-13/+13
|
* DOC: Remove non-existent aliasabel2021-11-081-1/+0
|
* MAINT: Add annotations for a missing `percentile` interpolation kind: ↵Bas van Beek2021-11-051-0/+1
| | | | `"inclusive"`
* DOC: Update _InterpolationKindabel2021-11-041-1/+9
|
* ENH: Add annotations for `np.lib.function_base` part 3Bas van Beek2021-10-051-10/+202
|
* ENH: Add more annotations for `np.lib.function_base`Bas van Beek2021-10-041-13/+188
| | | | | | | | | | | | | | | * `interp` * `cov` * `corrcoef` * `blackman` * `bartlett` * `hanning` * `hamming` * `i0` * `kaiser` * `sinc` * `msort` * `median`
* MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-011-1/+1
| | | | `np.place` uses the `np.core.multiarray._insert` function under the hood, not to be confused with `np.insert` (which does accept slices)
* ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-301-18/+290
|
* MAINT: Add annotations for the missing `period` parameter to `np.unwrap`Bas van Beek2021-06-101-1/+1
|
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-0/+57