Releases: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
Releases · JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
v0.9.0
InfiniteLinearAlgebra v0.9.0
Merged pull requests:
- overload simplifiable for special cases of Mul (#188) (@dlfivefifty)
- Bump codecov/codecov-action from 4 to 5 (#189) (@dependabot[bot])
findblock
forRealInfinity()
(#190) (@DanielVandH)- Drop Julia <v1.10 (#191) (@dlfivefifty)
- Move out BandedMatrices code (#192) (@dlfivefifty)
v0.8.4
InfiniteLinearAlgebra v0.8.4
Merged pull requests:
- Implement BidiagonalConjugationData (#186) (@DanielVandH)
Closed issues:
- Computing products of the form
inv(A) * B * C = Bidiagonal
(#185)
v0.8.3
InfiniteLinearAlgebra v0.8.3
Merged pull requests:
- Prevent runaway QL (#183) (@TSGut)
- ConstRows and PertConstRows should be lazy (#184) (@dlfivefifty)
Closed issues:
- Periodic Schrödinger example errors (#153)
v0.8.2
InfiniteLinearAlgebra v0.8.2
Merged pull requests:
- Implement reverse Cholesky for symmetric Tridiagonal matrices (#179) (@DanielVandH)
- Fix tests (hopefully) (#182) (@dlfivefifty)
v0.8.1
InfiniteLinearAlgebra v0.8.1
Merged pull requests:
- Resolve ambiguity in infinite banded subarray broadcaststyle (#180) (@dlfivefifty)
v0.8.0
InfiniteLinearAlgebra v0.8.0
Merged pull requests:
- BlockArrays v1.0 + LazyArrays v2.0 (#171) (@dlfivefifty)
v0.7.6
v0.7.5
InfiniteLinearAlgebra v0.7.5
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#166) (@dependabot[bot])
- Add tridiagonal Reverse Cholesky (#167) (@dlfivefifty)
- Test periodic Schrodinger with QL (#168) (@dlfivefifty)
Closed issues:
- Test on Julia 1.10? (#162)
v0.7.4
InfiniteLinearAlgebra v0.7.4
Merged pull requests:
- Bump actions/cache from 3 to 4 (#157) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#158) (@dependabot[bot])
- Use codecov token in CI (#159) (@jishnub)
- Change JuliaMatrices to JuliaLinearAlgebra in readme and License (#160) (@jishnub)
- Add ssh key to tagbot (#161) (@jishnub)
- Add PkgEval badge to readme (#164) (@jishnub)
- Fix Tests (#165) (@dlfivefifty)
v0.7.3
InfiniteLinearAlgebra v0.7.3
Merged pull requests:
- Attempt to fix ql (#154) (@MasonProtter)
- Overload blocbanded_col/rowsupport for infinite case (#155) (@dlfivefifty)