Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
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)
v1.6.1
v1.6.0
BandedMatrices v1.6.0
Merged pull requests:
v1.5.0
v1.4.1
BandedMatrices v1.4.1
Merged pull requests:
- FillArrays namespace in readme (#416) (@jishnub)
- Remove explicit test on v1.10 (#417) (@jishnub)
- Test against LazyBandedMatrices (#418) (@jishnub)
- Bump actions/cache from 3 to 4 (#419) (@dependabot[bot])
- Tests for
OneElementMatrix
multiplication (#420) (@jishnub) - Faster
B[:,i]
for aBandedMatrix
using broadcasting (#421) (@jishnub) - Limit the number of bands printed in showing BandedMatrix (#422) (@jishnub)
- Fix version from v1.4.2 to v1.4.1 (#423) (@jishnub)