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 2020/03/05 19:18:46 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17777: Add alias for np.__version__ and np.dtype

leezu commented on a change in pull request #17777: Add alias for np.__version__ and np.dtype
URL: https://github.com/apache/incubator-mxnet/pull/17777#discussion_r388507944
 
 

 ##########
 File path: python/mxnet/numpy/fallback.py
 ##########
 @@ -106,6 +110,8 @@
     'vander',
 ]
 
+__version__ = onp.__version__
 
 Review comment:
   Is there any mechanism to ensure `mx.np` is compatible with the `onp.__version__`? If not, should this return the version `mx.np` is compatible with?

----------------------------------------------------------------
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