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/10/20 16:51:09 UTC

[incubator-mxnet] branch master updated (1648f4c -> b949716)

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 1648f4c  [Numpy] SVD outputs tuple (#16530)
     add 5accae0  numpy op doc: max, min, prod (#16506)
     add b949716  add interface for rand

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py          | 213 ++++++++++++++++++++++++++++++++-
 python/mxnet/ndarray/numpy/random.py   |  29 ++++-
 python/mxnet/numpy/random.py           |  30 ++++-
 python/mxnet/symbol/numpy/random.py    |  30 ++++-
 tests/python/unittest/test_numpy_op.py |  58 ++++++++-
 5 files changed, 348 insertions(+), 12 deletions(-)