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 inverse of SVD of complex matrix (#34866) #34872

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

carstenbauer
Copy link
Member

@carstenbauer carstenbauer commented Feb 25, 2020

See discussion in JuliaLang/LinearAlgebra.jl#698. I also added a test with a complex matrix so that this won't happen again :)

Closes JuliaLang/LinearAlgebra.jl#698

@rfourquet rfourquet added bugfix This change fixes an existing bug linear algebra Linear algebra labels Feb 25, 2020
@andreasnoack
Copy link
Member

It looks like there is a general CI problem. We should restart CI once it's running normally again.

@carstenbauer
Copy link
Member Author

Should we try again? Also, does this still have a chance to go into 1.4.0 since it's only a bug fix? (When is "bug fix freeze"?)

@dkarrasch dkarrasch closed this Feb 29, 2020
@dkarrasch dkarrasch reopened this Feb 29, 2020
@dkarrasch
Copy link
Member

dkarrasch commented Feb 29, 2020

@crstnbr Maybe rebasing this PR would help? CI looks horrible, but unlike in other currently running PRs.

EDIT: I should have updated my webpage. Looks much better know, with failures in InteractiveUtils only.

@carstenbauer
Copy link
Member Author

I've rebased onto master, let's see what CI gives this time.

@carstenbauer
Copy link
Member Author

CI looks good to me. The timed out run seems unrelated. Ready to be merged?

@dkarrasch dkarrasch merged commit f709331 into JuliaLang:master Mar 2, 2020
@dkarrasch
Copy link
Member

I marked this for backport to 1.4. The slightly broken method was introduced in v1.3.

@carstenbauer carstenbauer deleted the fixinvsvd branch March 2, 2020 05:55
KristofferC pushed a commit that referenced this pull request Mar 23, 2020
Closes #34866

(cherry picked from commit f709331)
@KristofferC KristofferC mentioned this pull request Mar 23, 2020
27 tasks
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inverse of a SVD factorization of a complex matrix broken in Julia 1.3
5 participants