Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
v0.17.4
BandedMatrices v0.17.4
Closed issues:
- In-place assignment on subviews of bands (#251)
Merged pull requests:
- LU with empty matrices (#263) (@dlfivefifty)
v0.17.3
BandedMatrices v0.17.3
Merged pull requests:
- Allow special casing broadcasting based on data (#260) (@dlfivefifty)
v0.17.2
BandedMatrices v0.17.2
Merged pull requests:
- Support broadcasting with more bands when result is zero (#259) (@dlfivefifty)
v0.17.1
v0.17.0
v0.16.13
v0.16.12
v0.16.11
BandedMatrices v0.16.11
Merged pull requests:
- bandwidths/isbanded based on MemoryLayout (#242) (@dlfivefifty)
v0.16.10
BandedMatrices v0.16.10
Closed issues:
- BandedMatrix seems to lose sparsity (#235)
Merged pull requests:
- CompatHelper: bump compat for "FillArrays" to "0.12" (#239) (@github-actions[bot])
- Use combine_eltypes in broadcasting (#240) (@dlfivefifty)
v0.16.9
BandedMatrices v0.16.9
Closed issues:
- dot(u, S, v) fails if u,v are SubArrays (#233)
Merged pull requests:
- mention colrange and rowrange in docs (#232) (@xzackli)
- Generalise cholesky to support ∞ cholesky (#234) (@dlfivefifty)