Releases: JuliaLinearAlgebra/LazyBandedMatrices.jl
Releases · JuliaLinearAlgebra/LazyBandedMatrices.jl
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)
v0.9.4
v0.9.3
v0.9.2
LazyBandedMatrices v0.9.2
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#108) (@dependabot[bot])
- KronTrav constructors (#109) (@dlfivefifty)
v0.9.1
LazyBandedMatrices v0.9.1
Merged pull requests:
- Fix Hcat getindex with BlockRange (#107) (@dlfivefifty)