Releases: SciML/LinearSolve.jl
Releases · SciML/LinearSolve.jl
v1.28.0
LinearSolve v1.28.0
Closed issues:
- Should LinearSolve.jl move to KLU.jl v.0.4.0? (#200)
- 1.26.1 broken on Julia master. (#205)
- BibTex (citation) for LinearSolve.jl (#211)
Merged pull requests:
- CompatHelper: bump compat for KrylovKit to 0.6, (keep existing compat) (#213) (@github-actions[bot])
- prototype reproducibility docs (#214) (@ArnoStrouwen)
- [skip ci] buildkite badge (#220) (@ArnoStrouwen)
- switch to
SciMLBase
s version of_unwrap_val
(#221) (@oscardssmith) - generate reproducible stable docs (#222) (@ArnoStrouwen)
- Avoid singular A during precompilation (#223) (@andreasnoack)
v1.27.1
LinearSolve v1.27.1
Closed issues:
- 1.26.1 broken on Julia master. (#205)
Merged pull requests:
- CompatHelper: bump compat for KLU to 0.4, (keep existing compat) (#196) (@github-actions[bot])
- [skip ci] [skip tests] fix badge again (#209) (@ArnoStrouwen)
- Use new ctor in 1.9 (#210) (@Wimmerer)
v1.27.0
LinearSolve v1.27.0
Merged pull requests:
- Fix broken link (#204) (@ArnoStrouwen)
- Simple quick fix for refactor issue (#207) (@Wimmerer)
- prototype canonify docs (#208) (@ArnoStrouwen)
v1.26.1
LinearSolve v1.26.1
Merged pull requests:
- MassInstallAction: Install the Invalidations workflow on this repository (#192) (@devmotion)
- Snoop the precompilation (#197) (@ChrisRackauckas)
- Fix UMFPACK no symbolic factorization branch (#202) (@ChrisRackauckas)
v1.26.0
LinearSolve v1.26.0
Closed issues:
- saving estimated covariance matrices? (#189)
Merged pull requests:
- Default non-square operators to LSMR (#188) (@ChrisRackauckas)
v1.25.0
LinearSolve v1.25.0
Closed issues:
- FAQ second example broken (#186)
Merged pull requests:
- example blocks (#185) (@ArnoStrouwen)
v1.24.0
LinearSolve v1.24.0
Closed issues:
- LinearSolve default handling for non-square (#177)
Merged pull requests:
- badges (#183) (@ArnoStrouwen)
- doc cov (#184) (@ArnoStrouwen)
- Add an assumptions mechanism for type-stable default help, and nonsquare (#187) (@ChrisRackauckas)
v1.23.4
LinearSolve v1.23.4
Closed issues:
sol.resid
not returning the correct thing (#140)
Merged pull requests:
- Remove unnecessary doc bits after unification (#169) (@ArnoStrouwen)
- Is it a typo? (#178) (@Arpit-Babbar)
- Update iterative_wrappers.jl (#180) (@vpuri3)
v1.23.3
LinearSolve v1.23.3
Closed issues:
- Installation results in multiple errors with Julia 1.7.3 (#174)
Merged pull requests:
- only use LU for CUDA when v1.8+ (#176) (@ChrisRackauckas)