diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2023-05-08 17:37:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 17:37:12 +0200 |
commit | e4d2cdb5158358349d8f4ee3358f75420a38ebf5 (patch) | |
tree | dc19fc3aba02d5141a6fc07399db8e8e18b31f26 /numpy/core/fromnumeric.pyi | |
parent | c7724ee776f3aa447d89170809aace0461ccacf0 (diff) | |
parent | 2cd27f7c2dcf8599196709d9774960b51eca6a1c (diff) | |
download | numpy-e4d2cdb5158358349d8f4ee3358f75420a38ebf5.tar.gz |
Merge pull request #23735 from BvB93/typing_1_25
TYP: Update type annotations for the numpy 1.25 release
Diffstat (limited to 'numpy/core/fromnumeric.pyi')
-rw-r--r-- | numpy/core/fromnumeric.pyi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.pyi b/numpy/core/fromnumeric.pyi index 17b17819d..43d178557 100644 --- a/numpy/core/fromnumeric.pyi +++ b/numpy/core/fromnumeric.pyi @@ -1047,3 +1047,7 @@ def var( *, where: _ArrayLikeBool_co = ..., ) -> _ArrayType: ... + +max = amax +min = amin +round = around |