Skip to content

BUG: object array np.conjugate, ndarray.conjugate inconsistent #4887

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

Merged
merged 1 commit into from
Jul 23, 2014

Conversation

ewmoore
Copy link
Contributor

@ewmoore ewmoore commented Jul 18, 2014

fixes gh-4730

@juliantaylor
Copy link
Contributor

looks straightforward, thanks, can you please run this command and repush so we can merge it into 1.9 and master (assumes origin remote name of offical the numpy repository)

git rebase --onto $(git merge-base origin/master origin/maintenance/1.9.x) $(git merge-base origin/master HEAD)

@ewmoore
Copy link
Contributor Author

ewmoore commented Jul 23, 2014

Done. Not sure how to tell if that changed anything.

juliantaylor added a commit that referenced this pull request Jul 23, 2014
BUG: object array np.conjugate, ndarray.conjugate inconsistent
@juliantaylor juliantaylor merged commit 3b5f871 into numpy:master Jul 23, 2014
juliantaylor added a commit that referenced this pull request Jul 23, 2014
BUG: object array np.conjugate, ndarray.conjugate inconsistent
@juliantaylor
Copy link
Contributor

it changes the ancestor of the commit to one both master and 1.9.x have in common so we can merge it into both without pulling in extra changes from either. Its a new thing we are trying to simplify the backport process (as now git log maintenance/1.9.x...master --no-merge, git b --contains etc. are useful and git automerging is improved), we'll add documentation soon.

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

Successfully merging this pull request may close these issues.

numpy.conjugate and numpy.ndarray.conjugate behave inconsistently
2 participants