Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Python]: Indexing with None and Ellipsis #13134

Closed
kohr-h opened this issue Nov 6, 2018 · 1 comment · Fixed by #13143
Closed

[Python]: Indexing with None and Ellipsis #13134

kohr-h opened this issue Nov 6, 2018 · 1 comment · Fixed by #13143

Comments

@kohr-h
Copy link
Contributor

kohr-h commented Nov 6, 2018

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

@leleamol
Copy link
Contributor

leleamol commented Nov 6, 2018

Hi @kohr-h
Thank you for submitting the issue! I'm labeling it so MXNet community members can help address it.
I would highly encourage you to implement the change and create a PR. It will get reviewed by contributors and committers before merging the code.

@mxnet-label-bot [Feature Request, Python, NDArray]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants