You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/09/04 06:55:03 UTC

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15850: [Numpy] Numpy vstack

haojin2 commented on a change in pull request #15850: [Numpy] Numpy vstack
URL: https://github.com/apache/incubator-mxnet/pull/15850#discussion_r320598461
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -44,7 +44,7 @@
 from ..ndarray.numpy import _internal as _npi
 
 __all__ = ['ndarray', 'empty', 'array', 'zeros', 'ones', 'add', 'subtract', 'multiply', 'divide',
-           'mod', 'power']
+           'mod', 'power', 'vstack']
 
 Review comment:
   after rebase, put `vstack` to after `stack` in this list and within the file, same rule applies to the other 2 files too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services