Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
v0.17.24
BandedMatrices v0.17.24
Merged pull requests:
- Return AdjOrTrans on copy of AdjOrTrans (#227) (@dlfivefifty)
- In-place eigvals for complex Hermitian
BandedMatrix
(#359) (@jishnub) - Generalized eigen for complex Hermitian BandedMatrix (#360) (@jishnub)
- restrict Adjoint copy to v1.9+ (#361) (@jishnub)
- Fixes to mul for BandedEigenvectors (#362) (@jishnub)
- mention adjoint in split-cholesky comments (#363) (@jishnub)
- Faster indexing for
BandedGeneralizedEigenvectors
(#364) (@jishnub)
v0.17.23
BandedMatrices v0.17.23
Closed issues:
- getindex for BandedEigenvalues is extremely slow (#346)
Merged pull requests:
v0.17.22
v0.17.21
v0.17.20
v0.17.19
v0.17.18
v0.17.17
BandedMatrices v0.17.17
Merged pull requests:
- enable dependabot for GitHub actions (#338) (@ranocha)
- Bump actions/checkout from 2 to 3 (#339) (@dependabot[bot])
- Julia v1.9 (#340) (@dlfivefifty)
- fix error with empty rowsupport in. broadcast (#341) (@dlfivefifty)
v0.17.16
v0.17.15
BandedMatrices v0.17.15
Merged pull requests:
- Remove Rmul Diagonal specialization (#319) (@jishnub)
- Improve band doctest examples (#330) (@jishnub)
- Faster band indexing for BandedMatrix (#331) (@jishnub)
- don't specialize IndexStyle (#332) (@jishnub)
- use band indexing in diag (#333) (@jishnub)
- don't specialize real/imag (#334) (@jishnub)
- Remove some inbounds annotations (#335) (@jishnub)