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 c2e9a88 Fix nightly tests pipeline (#17721)
add 4e2305f more support for boolean indexing and assign (#17672)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/ndarray.py | 100 ++++++++----
python/mxnet/numpy/multiarray.py | 230 ++++++++++++----------------
src/operator/numpy/np_nonzero_op.cc | 2 +-
src/operator/tensor/indexing_op.cc | 2 +-
src/operator/tensor/indexing_op.cu | 2 +-
src/operator/tensor/indexing_op.h | 4 +-
tests/python/unittest/test_numpy_ndarray.py | 36 ++++-
7 files changed, 206 insertions(+), 170 deletions(-)