summaryrefslogtreecommitdiff
path: root/numpy/array_api/_array_object.py
diff options
context:
space:
mode:
authorYoon, Jee Seok <wltjr1007@korea.ac.kr>2021-11-19 18:07:57 +0900
committerGitHub <noreply@github.com>2021-11-19 18:07:57 +0900
commitc86ebe0d343c5af9d210658a1be6115ce04feb6f (patch)
tree290b6d2d38785b33342dd03fd713e2046ebb1caa /numpy/array_api/_array_object.py
parent056abda14dab7fa8daf7a1ab44144aeb2250c216 (diff)
downloadnumpy-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