kohr-h opened a new issue #13134: [Python]: Indexing with None and Ellipsis
URL: https://github.com/apache/incubator-mxnet/issues/13134
 
 
   The expectation of Python users familiar with NumPy is that, e.g., 
`array[None, :]` and `array[..., 0]` work, which is not the case currently with 
`NDArray`.
   
   Both of these would be quite straightforward to add. I could do that, but I 
just want to make sure that it's not deliberately left out for some reason.
   
   I'm working with a manual build from 
a91b364c490b163da424a1c2935652ea7b799050.
   

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


With regards,
Apache Git Services

Reply via email to