diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-11-05 05:37:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 05:37:17 -0600 |
| commit | a3e8a7578f09838b26b12ccd7796ec46a03816f8 (patch) | |
| tree | 8b9032793ef0eeeb05e1518050bd2a5e092f8a0b /numpy | |
| parent | fe7b1dcfc16fd9a8a1e6ea24ea103abf870282ed (diff) | |
| parent | 57610d2e01fbc0915b79ef803247a308ad3a9117 (diff) | |
| download | numpy-a3e8a7578f09838b26b12ccd7796ec46a03816f8.tar.gz | |
Merge pull request #20309 from BvB93/inclusive
MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclusive"`
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/lib/function_base.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/function_base.pyi b/numpy/lib/function_base.pyi index 82c625fed..4bbd873a3 100644 --- a/numpy/lib/function_base.pyi +++ b/numpy/lib/function_base.pyi @@ -514,6 +514,7 @@ _InterpolationKind = L[ "higher", "midpoint", "nearest", + "inclusive", ] @overload |
