Documentation | Build Status |
---|---|
This package ships as part of the Julia stdlib.
SparseArrays.jl provides functionality for working with sparse arrays in Julia.
In order to upgrade SparseArrays.jl to use a new release of SuiteSparse, the following steps are necessary:
- Update SuiteSparse in Yggdrasil
- Update the SuiteSparse wrappers in SparseArrays.jl/gen and generate the new wrappers
- Run BumpStdlibs to update the SparseArrays.jl version in julia master
- Update the relevant stdlibs in Julia to pull in the new releases