-
Notifications
You must be signed in to change notification settings - Fork 12
Deprecate in favor of GenericLinearAlgebra.jl? #30
Comments
Actually, it looks like OrdinaryDiffEq.jl no longer depends on this SciML/OrdinaryDiffEq.jl#1356? |
Any thoughts @RalphAS @matbesancon? |
Seems like the main missing bit of functionality in GenericLinearAlgebra is the |
Agreed to deprecate it for GenericLinearAlgebra |
It has been handy to have a separate SVD for compatibility with GenericSchur. I have recently tried to make the latter compatible with GenericLinearAlgebra; if that effort is successful then I can agree. |
that is sane |
Wouldn't it be good to merge the GenericSchur functionality into GenericLinearAlgebra as well? Or is that what you are referring to? |
Okay, now that GenericLinearAlgebra is at feature parity, I am going to deprecate this package. |
Due to type piracy, these packages cause problems with precompilation and don't play nice with GenericLinearAlgebra (see discussion in JuliaLinearAlgebra/GenericLinearAlgebra.jl#71). Additionally, GenericSVD has now been deprecated (JuliaLinearAlgebra/GenericSVD.jl#30).
Due to type piracy, these packages cause problems with precompilation and don't play nice with GenericLinearAlgebra (see discussion in JuliaLinearAlgebra/GenericLinearAlgebra.jl#71). Additionally, GenericSVD has now been deprecated (JuliaLinearAlgebra/GenericSVD.jl#30).
The code in this package was originally a slightly cleaned up version of @andreasnoack's code in GenericLinearAlgebra.jl (which at that point was an unregistered package called LinearAlgebra.jl, predating the stdlib of the same name). I haven't really done much with this package since its creation, other than merging version upgrades and obvious bug fixes (thanks to the contributors!), and GenericLinearAlgebra.jl is now a registered and more complete package. There are also some issues with the packages type piracy causing conflicts (see JuliaLinearAlgebra/GenericLinearAlgebra.jl#71).
Are there any opinions on deprecating this package in favor of GenericLinearAlgebra.jl? The currently registered direct dependencies are:
The text was updated successfully, but these errors were encountered: