This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from fcbab28 [API] Add floor_divide (#20620)
add 1584250 [API STD][SEARCH FUNC] Add keepdims=False to argmax/argmin
(#20692)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 26 ++++++-
python/mxnet/numpy/multiarray.py | 34 ++++++--
src/operator/numpy/np_broadcast_reduce_op.cc | 6 +-
src/operator/numpy/np_broadcast_reduce_op.h | 6 +-
tests/python/unittest/test_numpy_op.py | 112 +++++++++++++--------------
5 files changed, 111 insertions(+), 73 deletions(-)