Releases: SciML/LinearSolve.jl
Releases · SciML/LinearSolve.jl
v2.2.1
LinearSolve v2.2.1
Closed issues:
- Can't use Pivoted QR Factorization (#335)
Merged pull requests:
- Fix QR initializations with pivoting (#336) (@ChrisRackauckas)
v2.2.0
LinearSolve v2.2.0
Closed issues:
- GenericFactorization with cholesky! fails tests (#22)
- Cholesky and CHOLMOD wrappers (#138)
- use SciMLOperators instead (#139)
- "Fast" solvers are slow for dense, complex matrix (#159)
- problem with LinearProblem (#194)
- Does linearsolve.jl lead to type instability? (#212)
- Dealing with (near) rank deficiency efficiently? (#215)
- Docstrings and a detailed solver APIs section (#256)
- BiCGStab Fails Silently (#298)
- Mysterious silent crashed on windows when solving within threads (#301)
- no method matching solve!(::LinearSolve.LinearCache.... (#315)
- LinearSolve broken on Julia v1.7 (#330)
- StackOverflow when solving problems from an
EnsembleGPUArray
(#331)
Merged pull requests:
- Patch SparseArray calls for Int32 (#328) (@ChrisRackauckas)
- support scimlops v3 in LinearSolve (#329) (@vpuri3)
- Fix check checking on previous Julia versions (#332) (@ChrisRackauckas)
- Improve a few docstrings (#333) (@ChrisRackauckas)
- Setup retcode for Krylov.jl (#334) (@ChrisRackauckas)
v2.1.13
LinearSolve v2.1.13
Closed issues:
type DefaultLinearSolverInit has no field colptr
when problem size becomes large (#326)
Merged pull requests:
- Remove check early error exit from the generic lu (#325) (@ChrisRackauckas)
- Fix and better test UMFPACK default (#327) (@ChrisRackauckas)
v2.1.12
LinearSolve v2.1.12
v2.1.11
LinearSolve v2.1.11
v2.1.10
LinearSolve v2.1.10
v2.1.8
LinearSolve v2.1.8
Merged pull requests:
- Cover default linear solver direct calls (#320) (@ChrisRackauckas)
v2.1.1
LinearSolve v2.1.1
Merged pull requests:
- add JET tests and rely less on constant prop (#318) (@ChrisRackauckas)
- remove generic_lufact check (#319) (@ChrisRackauckas)
v2.1.0
LinearSolve v2.1.0
Merged pull requests:
- CompatHelper: bump compat for LinearSolve to 2 for package docs, (keep existing compat) (#317) (@github-actions[bot])