This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 8f10d55 [Numpy] Fix imperative basic indexing in numpy (#16902)
add a98cefc [Numpy] Basic indexing in symbolic interface of DeepNumpy
(#16621)
No new revisions were added by this update.
Summary of changes:
python/mxnet/__init__.py | 1 +
python/mxnet/_ctypes/ndarray.py | 4 +-
python/mxnet/_ctypes/symbol.py | 8 +-
python/mxnet/base.py | 18 +++
python/mxnet/cython/base.pyi | 2 +
python/mxnet/cython/ndarray.pyx | 4 +-
python/mxnet/cython/symbol.pyx | 12 +-
python/mxnet/gluon/block.py | 21 ++-
python/mxnet/ndarray/numpy/_op.py | 18 +--
python/mxnet/ndarray/register.py | 7 +-
python/mxnet/symbol/numpy/_symbol.py | 212 +++++++++++++++++++++++++++---
python/mxnet/symbol/register.py | 11 +-
python/mxnet/symbol/symbol.py | 2 +-
python/mxnet/test_utils.py | 78 +++++++++++
src/operator/numpy/np_matrix_op.cc | 4 +-
tests/python/unittest/test_numpy_gluon.py | 207 ++++++++++++++++++++++++++++-
16 files changed, 553 insertions(+), 56 deletions(-)