Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
v1.9.0
BandedMatrices v1.9.0
Merged pull requests:
- Add one and UniformScaling constructor (#466) (@dlfivefifty)
v1.8.0
BandedMatrices v1.8.0
Julia compat v1.10
The v1.8 release sets the minimum julia compatibility to v1.10 (the current LTS release), and further development would seek to remain compatible with this version of julia. The older releases (<v"1.8"
) would remain compatible with julia v1.6+.
Merged pull requests:
v1.7.6
BandedMatrices v1.7.6
Merged pull requests:
- Test on Julia v1.11-rc (#455) (@dlfivefifty)
- use setup-julia v2 (#458) (@jishnub)
- Bump codecov/codecov-action from 4 to 5 (#459) (@dependabot[bot])
file
->files
in CI codecov step (#460) (@jishnub)- Make sure container type is maintained in constructor (#461) (@dlfivefifty)
Closed issues:
- Crash for v1.11-rc3 on arm64 (#454)
v1.7.5
BandedMatrices v1.7.5
Merged pull requests:
- Implement vcat(::AbstractBandedMatrix...) (#448) (@max-vassili3v)
v1.7.4
BandedMatrices v1.7.4
Merged pull requests:
- Colon-integer indexing bug (#452) (@max-vassili3v)
- data_rowrange bug (#453) (@max-vassili3v)
v1.7.3
BandedMatrices v1.7.3
Merged pull requests:
- Use lts version in CI (#445) (@jishnub)
- Implement sum (#446) (@max-vassili3v)
- implement bandwidths for OneElement (#447) (@max-vassili3v)
- Docstring for
lu!
(#449) (@lxvm) - Fix layout of
cholesky(Symmetric(view(BandedMatrix)))
(#451) (@DanielVandH)
Closed issues:
- Cholesky of a view of a BandedMatrix forgets the structure (#450)
v1.7.2
BandedMatrices v1.7.2
Merged pull requests:
- Avoid ambiguity in convert(AbstractArray{T}, B) (#443) (@dlfivefifty)
v1.7.1
BandedMatrices v1.7.1
Merged pull requests:
- Avoid warning with empty upper triangular solves (#442) (@dlfivefifty)
v1.7.0
BandedMatrices v1.7.0
Merged pull requests:
- Simpler row/col length using row/colrange (#433) (@jishnub)
- Downstream test against
ApproxFun
(#434) (@jishnub) - Test doc on Julia v1.10 (#435) (@jishnub)
- Bump julia-actions/setup-julia from 1 to 2 (#436) (@dependabot[bot])
- Test against InfiniteLinearAlgebra (#437) (@jishnub)
- Map imported names to correct parentmodules (#438) (@jishnub)
- Remove unused imported names (#439) (@jishnub)
- materialize! for banded QRPackedQLayout (#440) (@dlfivefifty)
- Make tests modular (#441) (@jishnub)