It seems that sparse linear algebra source files in 0.7 are no longer in the base
folder of the Julia distribution but have been moved to the site
folder. What is the significance of this change? My 0.6 code has the following statement:
import Base.SparseArrays.CHOLMOD.FactorComponent
which no longer works in 0.7. What is the correct version of this for 0.7?
Another question: I couldn’t find documentation of the sparse version of cholfact
in the 0.7 manual. Where did the documentation go?
(And P.S.: I haven’t been able to download an 0.7 nightly for Windows for over a week - the link on the download page is broken. Is this a known issue?)