Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
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)
v0.17.14
BandedMatrices v0.17.14
Merged pull requests:
- Preserve memory layouts in special banded broadcast (#320) (@jishnub)
- Remove redundant subtyping in type tuples (#321) (@jishnub)
- Test against InfiniteLinearAlgebra (#323) (@jishnub)
- Fast path for DenseColumnMajor row broadcast (#325) (@jishnub)
- Skip duplicate CI tests (#327) (@jishnub)
- Matching bandwidth branch in banded broadcast (#328) (@jishnub)
- Version bump to v0.17.14 (#329) (@jishnub)
v0.17.13
BandedMatrices v0.17.13
Merged pull requests:
- Throw error in broadcasting to fewer bands (#305) (@jishnub)
- Bandwidth-preserving branches in row/col broadcast (#310) (@jishnub)
- rowsupport in indexing in checkzerobands (#314) (@jishnub)
- Fallback function broadcast zero check (#315) (@jishnub)
- Rowsupport in banded axpy methods (#316) (@jishnub)
- rowsupport in checkzerobands for two matrices (#318) (@jishnub)
- Version bump to v0.17.13 (#326) (@jishnub)
v0.17.12
v0.17.11
BandedMatrices v0.17.11
Merged pull requests:
- Precompile basic algebra operations (#283) (@jishnub)
- Update
BandSlice
docstring and fix docs (#286) (@jishnub) - Add
isbanded
fallback (#287) (@jishnub) - Check
isbanded
in conversions (#289) (@jishnub) - Precompile instructions for basic algebra operations (#292) (@jishnub)
- consolidate bandwidth methods for Mul/MulAdd (#295) (@jishnub)
- Remove recursion in BlasMatMulVecAdd
materialize!
(#298) (@jishnub) - Test downstream packages (#299) (@jishnub)
- Specialize BandedMatrix * Diagonal for DenseColumnMajor (#302) (@jishnub)
- Broadcast numbers over vec(data) (#304) (@jishnub)
- Reduce code duplication in banded_broadcast (#307) (@jishnub)
- General broadcast tests for various bandwidths (#308) (@jishnub)
- Fix broadcast indexing for two matrices (#309) (@jishnub)
- Version bump to v0.17.11 (#311) (@jishnub)
- Update CI actions to v3 (#312) (@jishnub)
v0.17.10
BandedMatrices v0.17.10
Closed issues:
Adjoint
/Transpose
don't definebandeddata
(#288)
Merged pull requests:
v0.17.9
BandedMatrices v0.17.9
Closed issues:
- Docs 404 (#277)
Merged pull requests:
- Adjustments to
AbstractQ
intro in LinearAlgebra (#275) (@dkarrasch) - Turn broken
ldiv
tests to proper tests (#279) (@dkarrasch)
v0.17.8
BandedMatrices v0.17.8
Merged pull requests:
- Update tagbot with write permission (#273) (@jishnub)
- Run CI on nightly but allow failure (#274) (@dkarrasch)
- Make
cholesky
work on v1.9 (#276) (@dkarrasch)