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 1c07771 fix CD and remove leftover from #15990 (#17551)
add 8d887ca add isposinf isneginf isfinite (#17563)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 152 ++++++++++++++++++++-
python/mxnet/numpy/multiarray.py | 152 ++++++++++++++++++++-
python/mxnet/numpy_dispatch_protocol.py | 3 +
python/mxnet/symbol/numpy/_symbol.py | 104 +++++++++++++-
src/operator/mshadow_op.h | 24 ++++
src/operator/numpy/np_elemwise_unary_op_basic.cc | 35 +++--
src/operator/numpy/np_elemwise_unary_op_basic.cu | 9 ++
src/operator/operator_tune.cc | 3 +
.../python/unittest/test_numpy_interoperability.py | 39 +++---
tests/python/unittest/test_numpy_op.py | 49 ++++++-
10 files changed, 529 insertions(+), 41 deletions(-)