Skip to content

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

Merged
juliantaylor merged 1 commit intonumpy:masterfrom
ewmoore:conj_obj
Jul 23, 2014
Merged

BUG: object array np.conjugate, ndarray.conjugate inconsistent#4887
juliantaylor merged 1 commit intonumpy:masterfrom
ewmoore:conj_obj

Conversation

@ewmoore
Copy link
Copy Markdown
Contributor

@ewmoore ewmoore commented Jul 18, 2014

fixes gh-4730

@juliantaylor
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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