You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuliaLang/julia#48895 and JuliaLang/julia#52487 add more converters and constructors from AbstractMatrix to Diagonal, specifically when Diagonal has type parameters specified. Those aren't available in Julia/LinearAlgebra v1.10. It is subtle for libraries to support code that relies on those conversions in a backwards compatible way, they could be a good candidate for Compat.jl.