Releases: SciML/LinearSolve.jl
Releases · SciML/LinearSolve.jl
v2.5.0
LinearSolve v2.5.0
Closed issues:
- use
AppleAccelerate
as default on Mac (#354)
Merged pull requests:
- Add missing backticks in Pardiso docstring (#344) (@Vaibhavdixit02)
- Setup MKL direct factorizations (#349) (@ChrisRackauckas)
- Support Apple Accelerate and improve MKL integration (#355) (@ChrisRackauckas)
- Add a standard LU performance benchmark (#356) (@ChrisRackauckas)
v2.4.2
LinearSolve v2.4.2
Closed issues:
- All extension packages behind
requires
for support in <1.9? (#346) - KrylovJL solvers returning incorrect answer when
u0
is aSubArray
(#347)
Merged pull requests:
- Update basictests.jl (#345) (@vpuri3)
- Fiox solution handling for KrylovJL on subarrays (#348) (@ChrisRackauckas)
v2.4.1
LinearSolve v2.4.1
v2.4.0
LinearSolve v2.4.0
Closed issues:
LinearSolve.solve
much slower thanA\b
for sparse matrices (#340)- Solving a system of linear equations
LinearSolve.solve
uses up more memory whenA
is sparse then whenA
is dense (#342)
Merged pull requests:
- Set a sparsity threshold for KLU (#343) (@ChrisRackauckas)
v2.3.0
LinearSolve v2.3.0
Merged pull requests:
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)