Releases: gridap/SparseMatricesCSR.jl
Releases · gridap/SparseMatricesCSR.jl
v0.6.8
SparseMatricesCSR v0.6.8
Merged pull requests:
- Fix show(...) for SparseMatrixCSR (#19) (@frankier)
- Implement nzvalview and use it to fix nnz for longer buffers. (#20) (@fredrikekre)
- Adjust to
TransposeFactorization
(#22) (@dkarrasch) - Add
SparseMatrixCSC
andAbstractMatrix
constructors and tests (#25) (@jlchan) - enable dependabot for GitHub actions (#26) (@ranocha)
- Release 0.6.8 (#27) (@JordiManyer)
v0.6.7
SparseMatricesCSR v0.6.7
Merged pull requests:
- Only define methods on SuiteSparse.UMFPACK if GPL libs present (#21) (@nickrobinson251)
v0.6.6
v0.6.5
SparseMatricesCSR v0.6.5
Merged pull requests:
v0.6.4
SparseMatricesCSR v0.6.4
Merged pull requests:
- Implementing LinearAlgebra.fillstored! for CSR data types (#16) (@amartinhuertas)
v0.6.3
SparseMatricesCSR v0.6.3
Merged pull requests:
- Implemented support for lu, lu! + SparseMatrixCSR ... (#13) (@amartinhuertas)
v0.6.2
SparseMatricesCSR v0.6.2
Merged pull requests:
- Defined Base.copy as per-required, e.g., by NLSolve.jl OneDifferentiable (#12) (@amartinhuertas)