Skip to content

Tags: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl

Tags

v0.10.0

Toggle v0.10.0's commit message
[Diff since v0.9.1](v0.9.1...v0.10.0)

- Introduces and exports `TridiagonalConjugation`

**Merged pull requests:**
- TridiagonalConjugation (#194) (@dlfivefifty)
- Add AdaptiveBlock/BandedLayout (#195) (@dlfivefifty)

v0.9.1

Toggle v0.9.1's commit message
[Diff since v0.9.0](v0.9.0...v0.9.1)

**Merged pull requests:**
- row/colsupport for Cholesky factors with AbstractInfUnitRange (#193) (@dlfivefifty)

v0.9.0

Toggle v0.9.0's commit message
[Diff since v0.8.4](v0.8.4...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` for `RealInfinity()` (#190) (@DanielVandH)
- Drop Julia <v1.10 (#191) (@dlfivefifty)
- Move out BandedMatrices code (#192) (@dlfivefifty)

v0.8.4

Toggle v0.8.4's commit message
[Diff since v0.8.3](v0.8.3...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

Toggle v0.8.3's commit message
[Diff since v0.8.2](v0.8.2...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

Toggle v0.8.2's commit message
[Diff since v0.8.1](v0.8.1...v0.8.2)

**Merged pull requests:**
- Implement reverse Cholesky for symmetric Tridiagonal matrices (#179) (@DanielVandH)
- Fix tests (hopefully) (#182) (@dlfivefifty)

v0.8.1

Toggle v0.8.1's commit message
[Diff since v0.8.0](v0.8.0...v0.8.1)

**Merged pull requests:**
- Resolve ambiguity in infinite banded subarray broadcaststyle (#180) (@dlfivefifty)

v0.8.0

Toggle v0.8.0's commit message
[Diff since v0.7.6](v0.7.6...v0.8.0)

**Merged pull requests:**
- BlockArrays v1.0 + LazyArrays v2.0 (#171) (@dlfivefifty)

v0.7.6

Toggle v0.7.6's commit message
[Diff since v0.7.5](v0.7.5...v0.7.6)

**Merged pull requests:**
- Map imported names to correct parentmodules (#169) (@jishnub)
- Remove unused imported names (#170) (@jishnub)
- Fix cholesky.L and bugs related to copy (#174) (@TSGut)

**Closed issues:**
- Cholesky .L doesn't work (#173)

v0.7.5

Toggle v0.7.5's commit message
[Diff since v0.7.4](v0.7.4...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)