Releases: gridap/SparseMatricesCSR.jl
Releases · gridap/SparseMatricesCSR.jl
v0.6.10
SparseMatricesCSR v0.6.10
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#29) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#30) (@dependabot[bot])
- Add method for sparsecsr() that takes an AbstractMatrix (#31) (@johnomotani)
- Improve perf of adjoint multiplication (#34) (@timholy)
- Add working & efficient
fill!(A, 0)(#35) (@timholy) - Fix typos in docstring signatures (#36) (@briochemc)
v0.6.9
SparseMatricesCSR v0.6.9
Merged pull requests:
- Adding sym sparse matrix copy (#32) (@amartinhuertas)
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
SparseMatrixCSCandAbstractMatrixconstructors 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)