Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix real, imag of non-contiguous complex arrays #1303

Merged
merged 5 commits into from May 30, 2018

Conversation

toslunar
Copy link
Member

Fix ndarray.real and ndarray.imag that have relied on a numpy-incompatible behavior of ndarray.view(dtype), which was fixed in f194696.

@okuta okuta self-assigned this May 30, 2018
@okuta okuta added cat:bug Bugs to-be-backported Pull-requests to be backported to stable branch labels May 30, 2018
@okuta okuta added this to the v5.0.0b2 milestone May 30, 2018
@okuta
Copy link
Member

okuta commented May 30, 2018

Thanks, LGTM!

@okuta okuta merged commit 1254e13 into cupy:master May 30, 2018
okuta added a commit to okuta/cupy that referenced this pull request May 30, 2018
Fix `real`, `imag` of non-contiguous complex arrays
@toslunar toslunar deleted the fix-real-imag-noncontiguous branch May 30, 2018 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:bug Bugs to-be-backported Pull-requests to be backported to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants