Releases: SciML/LinearSolve.jl
Releases · SciML/LinearSolve.jl
v3.9.0
LinearSolve v3.9.0
Merged pull requests:
- Fix README.md (#597) (@ChrisRackauckas)
- Default to QR with BandedMatrix{BigFloat} (#598) (@ErikQQY)
Closed issues:
- Docs example stopped running (#589)
v3.8.0
LinearSolve v3.8.0
Merged pull requests:
v3.7.2
v3.7.1
v2.39.1
LinearSolve v2.39.1
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v3.7.0
v3.6.0
LinearSolve v3.6.0
v3.5.0
LinearSolve v3.5.0
Merged pull requests:
- Update adjoint of Linear Solve for complex matrices (#582) (@cmrace)
- CompatHelper: bump compat for BlockDiagonals in [weakdeps] to 0.2, (keep existing compat) (#585) (@github-actions[bot])
- Throw proper error for Sparspak missing (#586) (@ChrisRackauckas)
- Fix CUDA tests (#587) (@ChrisRackauckas)
v3.4.0
LinearSolve v3.4.0
Merged pull requests:
- Make SparseArrays a weakdeps and add it as dependency of Sparspak and Pardiso extensions (#584) (@devmotion)
Closed issues:
- Malformed Project.toml (#583)
v3.3.1
LinearSolve v3.3.1
Merged pull requests:
- Better handle Sparspak not loaded by default (#580) (@ChrisRackauckas)