-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dependencies overwriting methods #116
Comments
Pinning |
Thank you for the insight. Considering possibilities ... |
I started an attempt to fix this at JuliaLinearAlgebra/GenericLinearAlgebra.jl#71. |
super! |
Why does this package depend on GenericSVD? Does that mean GenericSVD is just not generic enough? |
At the time, LinearAlgebra was not generic enough and GenericSVD did provide |
@JeffBezanson GenericSVD is necessary to provide |
maybe all is alright now -- reopen otherwise |
When I load DoubleFloats, I get some very long warnings about GenericLinearAlgebra (v0.2.4) overwriting GenericSVD (v0.3.0) and GenericSchur (v0.4.0) methods, similar to those on this Discourse post (also me, from a while ago), this GLA issue, and this GSVD issue. DoubleFloats depends on all three:
DoubleFloats -> {GenericSVD, GenericSchur, Polynomials -> GenericLinearAlgebra}
The GLA issue linked above recommends not using both GLA and GSVD at the same time, since GLA already implements a generic SVD. Would it be possible to have DoubleFloats use only GLA?
The text was updated successfully, but these errors were encountered: