Releases: SciML/LinearSolve.jl
Releases · SciML/LinearSolve.jl
v1.39.0
LinearSolve v1.39.0
Merged pull requests:
- enable dependabot for GitHub actions (#279) (@ranocha)
- Bump actions/checkout from 1 to 3 (#280) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#281) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#282) (@dependabot[bot])
- Fix QR and SVD initializations (#284) (@ChrisRackauckas)
v1.38.0
LinearSolve v1.38.0
Closed issues:
- Use AbstractSparseMatrixCSC in the API (#190)
Merged pull requests:
- Bump SciMLOperators (#276) (@ChrisRackauckas)
v1.37.0
LinearSolve v1.37.0
Merged pull requests:
- Use AbstractSparseMatrixCSC for sparse factorizations (#273) (@j-fu)
- strict links (#274) (@ArnoStrouwen)
v1.36.0
LinearSolve v1.36.0
Merged pull requests:
- fix typo when setting Pr to default (#272) (@j-fu)
- Update to ArrayInterface v7 (#275) (@ChrisRackauckas)
v1.35.0
v1.34.1
v1.34.0
LinearSolve v1.34.0
Closed issues:
- BoundsError in Sparspak on CI (#258)
Merged pull requests:
- Use
eltype(b)
ifA === nothing
(#262) (@chriselrod)
v1.33.1
LinearSolve v1.33.1
Closed issues:
- Hypre/BoomerAMG wrapper? (#106)
- Hypre wrapper (#167)
- Using Measurements.jl within LinearSolve (#251)
Merged pull requests:
- [skip ci] LanguageTool (#250) (@ArnoStrouwen)
- [skip ci] add default GenericFactorization (#252) (@ArnoStrouwen)
- Update sparspak (#253) (@j-fu)
- HYPRE.jl solvers and preconditioners (#254) (@fredrikekre)
- More on sparspak (#255) (@j-fu)
- [HYPRE] Query solver for final (relative) residual and number of iterations (#257) (@fredrikekre)
- Remove Sparspak from precompilation due to https://github.com/SciML/L… (#259) (@ChrisRackauckas)
- Doc format (#260) (@ArnoStrouwen)
- Update Sparspak to 0.3.6 (#261) (@j-fu)
v1.33.0
LinearSolve v1.33.0
Closed issues:
- Linear solve fails when rhs is sparse vector (#248)
Merged pull requests:
- [skip ci] fix preconditioner documentation (#247) (@ArnoStrouwen)
- Clean up sparse handling (#249) (@ChrisRackauckas)
v1.32.2
LinearSolve v1.32.2
Merged pull requests:
- Add missing specialization for CHOLMOD (#246) (@ChrisRackauckas)