Skip to content

JuliaSparse/SparseArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d050b1b · Apr 21, 2025
Dec 1, 2024
Oct 26, 2024
Mar 13, 2025
Apr 21, 2025
Apr 7, 2025
Jun 30, 2022
Apr 17, 2024
Nov 27, 2024
Mar 13, 2025
Jan 19, 2025

Repository files navigation

SparseArrays

Documentation Build Status

This package ships as part of the Julia stdlib.

SparseArrays.jl provides functionality for working with sparse arrays in Julia.

Updating SuiteSparse

In order to upgrade SparseArrays.jl to use a new release of SuiteSparse, the following steps are necessary:

  1. Update SuiteSparse in Yggdrasil
  2. Update the SuiteSparse wrappers in SparseArrays.jl/gen and generate the new wrappers
  3. Run BumpStdlibs to update the SparseArrays.jl version in julia master
  4. Update the relevant stdlibs in Julia to pull in the new releases