summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP,DEP: Remove `msort` annotationsBvB932022-11-141-6/+2
* 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
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* Merge pull request #20887 from BvB93/aliasesCharles Harris2022-01-241-11/+2
|\
| * MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-4/+1
| * MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-7/+1
* | TYP: Mark annotations that can be improved with `Concatenate` once mypy suppo...Bas van Beek2022-01-241-0/+2
|/
* 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: `"inclu...Bas van Beek2021-11-051-0/+1
* 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
* MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-011-1/+1
* 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