JuliaStats / PDMats.jl

Uniform Interface for positive definite matrices of various structures
Other
104 stars 43 forks source link

Remove eigmin and eigmax definitions for PDSparseMat and thereby #115

Closed andreasnoack closed 4 years ago

andreasnoack commented 4 years ago

stop depending on Arpack. The Arpack dependency sometimes causes some problems on some platforms and since Distributions depend on PDMats it means that most users end up depending on Arpack even though they never compute eigmax or eigmin of a sparse matrix even indirectly.

andreasnoack commented 4 years ago

I've now also enabled testing on the latest Julia release and dropped support for Julia 0.7 to avoid increasing the number of tested versions.