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 75e4d1d [API NEW][ARRAY METHOD] Add __Index__() and
__array_namespace__() (#20689)
add 9e6dd92 [API STD][LINALG] Standardize sort & linalg operators (#20694)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 56 +++++----
python/mxnet/ndarray/numpy/linalg.py | 14 ++-
python/mxnet/numpy/linalg.py | 46 ++++---
python/mxnet/numpy/multiarray.py | 66 ++++++----
python/mxnet/util.py | 36 +++++-
src/api/operator/numpy/np_ordering_op.cc | 4 +-
tests/python/unittest/test_numpy_op.py | 199 +++++++++++++++++--------------
7 files changed, 261 insertions(+), 160 deletions(-)