This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 5a21c51 pin python dependencies (#17556)
add ae145cd [Numpy] Add sort op (#17393)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 47 +++++++++++++++++-
python/mxnet/numpy/multiarray.py | 48 +++++++++++++++++--
python/mxnet/numpy_dispatch_protocol.py | 1 +
python/mxnet/symbol/numpy/_symbol.py | 39 +++++++++++++--
src/operator/tensor/ordering_op.cc | 1 +
.../python/unittest/test_numpy_interoperability.py | 12 +++++
tests/python/unittest/test_numpy_op.py | 56 ++++++++++++++++++++++
7 files changed, 197 insertions(+), 7 deletions(-)