diff options
author | Yoon, Jee Seok <wltjr1007@korea.ac.kr> | 2021-11-19 18:07:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 18:07:57 +0900 |
commit | c86ebe0d343c5af9d210658a1be6115ce04feb6f (patch) | |
tree | 290b6d2d38785b33342dd03fd713e2046ebb1caa /numpy/array_api/_array_object.py | |
parent | 056abda14dab7fa8daf7a1ab44144aeb2250c216 (diff) | |
download | numpy-c86ebe0d343c5af9d210658a1be6115ce04feb6f.tar.gz |
DOC: Update axis parameter for np.ma.{min,max}
`np.ma.min` and `np.ma.max` accepts `tuple of ints` for `axis` parameter; the documentation should add it.
Furthuer, since the only depenency for `axis` parameter is [`result = self.filled(fill_value).min`](https://github.com/numpy/numpy/blob/b235f9e701e14ed6f6f6dcba885f7986a833743f/numpy/ma/core.py#L5700), which is essentially `np.ndarray.min`, the documentation for `axis` parameter should be same as `np.ndarray.min` (i.e., add [.. versionadded:: 1.7.0](https://github.com/numpy/numpy/blob/056abda14dab7fa8daf7a1ab44144aeb2250c216/numpy/core/fromnumeric.py#L2814)). Same goes for np.ma.max.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions