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

mxnet.numpy.ndarray.diagonal() is not supported #18301

Closed
acphile opened this issue May 13, 2020 · 1 comment · Fixed by #19285
Closed

mxnet.numpy.ndarray.diagonal() is not supported #18301

acphile opened this issue May 13, 2020 · 1 comment · Fixed by #19285

Comments

@acphile
Copy link
Contributor

acphile commented May 13, 2020

Currently:
AttributeError: 'ndarray' object has no attribute 'diagonal'
which is supported in numpy

@yzhliu
Copy link
Member

yzhliu commented May 21, 2020

We might postpone to support it after 2.0. Let's still leave the v2.0 label and revisit if we have time before the release.

shenfei added a commit to shenfei/incubator-mxnet that referenced this issue Oct 3, 2020
shenfei added a commit to shenfei/incubator-mxnet that referenced this issue Oct 3, 2020
xidulu pushed a commit that referenced this issue Oct 5, 2020
* [Numpy] Support `mxnet.numpy.ndarray.diagonal()`

Fix #18301

* Add unittest for mxnet.numpy.ndarray.diagonal

* [Numpy] Support `mx.sym.numpy._Symbol.diagnoal()`

* [unittest] hybridize case for np.ndarray.diagonal
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.

5 participants