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 2020/01/02 21:27:29 UTC

[incubator-mxnet] branch master updated (06aec8a -> b9bce35)

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 06aec8a  [CI] Re-enable testing with numpy 1.18 (#17200)
     add b9bce35  boolean indexing (#17009)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/ndarray.py             |  33 ++++--
 python/mxnet/numpy/multiarray.py            | 170 +++++++++++++++++++++++++---
 src/operator/tensor/matrix_op-inl.h         |   6 +-
 tests/python/unittest/test_numpy_ndarray.py |  81 ++++++++++++-
 4 files changed, 260 insertions(+), 30 deletions(-)