diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-12 16:15:35 +0100 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-12 16:15:35 +0100 |
| commit | eccb8dfbd9b07183e16a1144e8d5d76936671bfc (patch) | |
| tree | 647a9477b4f3b8b7205f2f7f2feb99eaa482e806 /numpy/lib/function_base.pyi | |
| parent | d0d75f39f28ac26d4cc1aa3a4cbea63a6a027929 (diff) | |
| parent | ff2e2a1e7eea29d925063b13922e096d14331222 (diff) | |
| download | numpy-eccb8dfbd9b07183e16a1144e8d5d76936671bfc.tar.gz | |
Merge branch 'main' into never_copy
Diffstat (limited to 'numpy/lib/function_base.pyi')
| -rw-r--r-- | numpy/lib/function_base.pyi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/numpy/lib/function_base.pyi b/numpy/lib/function_base.pyi index 9a53b24f2..82c625fed 100644 --- a/numpy/lib/function_base.pyi +++ b/numpy/lib/function_base.pyi @@ -501,11 +501,19 @@ def median( ) -> _ArrayType: ... _InterpolationKind = L[ + "inverted_cdf", + "averaged_inverted_cdf", + "closest_observation", + "interpolated_inverted_cdf", + "hazen", + "weibull", + "linear", + "median_unbiased", + "normal_unbiased", "lower", "higher", "midpoint", "nearest", - "linear", ] @overload |
