Releases: JuliaLinearAlgebra/LazyBandedMatrices.jl
Releases · JuliaLinearAlgebra/LazyBandedMatrices.jl
v0.11.2
v0.11.1
LazyBandedMatrices v0.11.1
Merged pull requests:
- Fast KronTrav * DiagTrav (#138) (@dlfivefifty)
- Overload simplifiable for ∞-KronTrav multiplication (#139) (@dlfivefifty)
- Add krontrav function (#140) (@dlfivefifty)
v0.11.0
LazyBandedMatrices v0.11.0
Merged pull requests:
- Work on 3-argument KronTrav (#134) (@dlfivefifty)
- Bump codecov/codecov-action from 4 to 5 (#136) (@dependabot[bot])
- Add InfiniteArrays extension (#137) (@dlfivefifty)
v0.10.4
v0.10.3
LazyBandedMatrices v0.10.3
Merged pull requests:
- Fix sub-diagonal bandedblockbanded * diagtrav (#132) (@dlfivefifty)
v0.10.2
LazyBandedMatrices v0.10.2
Merged pull requests:
- Add missing consts (#128) (@DanielVandH)
- Overload copy for DiagTrav (#129) (@dlfivefifty)
- Overload copy for DiagTrav (#130) (@dlfivefifty)
- Support BandedBlockBanded * DiagTrav{Padded} (#131) (@dlfivefifty)
Closed issues:
- Move _viewifblocked behaviour to BlockArrays.jl (#29)
- Move most of this packages to extensions (#104)
- Method ambiguity for broadcast involving
view
of aSymTridiagonal
(#121) show
andgetindex
for matrix inversion between LowerTriangular and Bidiagonal never completes (#124)- Method ambiguity multiplying a LowerTriangular and a SymTridiagonal (#125)
v0.10.1
LazyBandedMatrices v0.10.1
Merged pull requests:
- Support lazy broadcasting with tridiagonal (#127) (@dlfivefifty)
v0.10.0
v0.9.5
LazyBandedMatrices v0.9.5
Merged pull requests:
- Bump actions/cache from 3 to 4 (#113) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#114) (@dependabot[bot])
- Change JuliaMatrices to JuliaLinearAlgebra in readme and License (#115) (@jishnub)
- Make tests modular (#116) (@jishnub)
- Bump julia-actions/setup-julia from 1 to 2 (#117) (@dependabot[bot])
- BandedMatrices v1.7 (#119) (@dlfivefifty)
Closed issues:
- Regression on v1.10 in inferring the
eltype
of aBlockBroadcastArray
(#111)