You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/12/07 06:15:32 UTC

[incubator-mxnet] branch master updated (82c34ee -> e577c3d)

This is an automated email from the ASF dual-hosted git repository.

reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 82c34ee  boolean_mask_assign with start_axis (#16886)
     add e577c3d  support np.argsort (#16949)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 78 ++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 79 +++++++++++++++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |  1 +
 python/mxnet/symbol/numpy/_symbol.py               | 45 +++++++++++-
 src/operator/tensor/ordering_op-inl.h              |  8 ++-
 src/operator/tensor/ordering_op.cc                 |  1 +
 .../python/unittest/test_numpy_interoperability.py | 12 ++++
 tests/python/unittest/test_numpy_op.py             | 35 ++++++++++
 8 files changed, 250 insertions(+), 9 deletions(-)