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

BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate) #9061

Merged
merged 1 commit into from
May 6, 2017

Conversation

longjon
Copy link
Contributor

@longjon longjon commented May 6, 2017

This is just the bugfix commit from #9003, split out for decoupled merging: arrays with PyArray_ISUSERDEF may define a meaningful conjugation.

This is especially relevant to moble's numpy quaternion library, which
will silently fail to conjugate when using ndarray.conjugate.
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge tomorrow, assuming tests pass

@eric-wieser eric-wieser merged commit e1878bf into numpy:master May 6, 2017
@eric-wieser
Copy link
Member

Thanks @longjon

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

Successfully merging this pull request may close these issues.

None yet

2 participants