Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
v1.10.1
BandedMatrices v1.10.1
Merged pull requests:
- Overload bandedrowsdata for SubArray (#487) (@dlfivefifty)
v1.10.0
BandedMatrices v1.10.0
Merged pull requests:
- Overload _BandedMatrix(::BandedRows, A::AbstactMatrix) (#486) (@DanielVandH)
Closed issues:
- Overload _BandedMatrix(::BandedRows, A::AbstactMatrix) (#485)
v1.9.5
BandedMatrices v1.9.5
Merged pull requests:
- Specialize
unaliascopyfor aBandedMatrix(#478) (@jishnub) - Bump actions/checkout from 4 to 5 (#483) (@dependabot[bot])
- avoid ambiguity error in lmul! with Q and layout vectors/matrices (#484) (@dlfivefifty)
v1.9.4
BandedMatrices v1.9.4
Merged pull requests:
- Add support for reverse Cuthill-McKee algorithm. (#470) (@samuelsonric)
- Define
dataidsfor aBandedMatrix(#472) (@jishnub) - Bump compat for CliqueTrees to 1. (#475) (@samuelsonric)
- Allow non-zero fill! if all the entries are in bands (#479) (@dlfivefifty)
Closed issues:
- Add support (reverse) Cuthill-McKee algorithm (#76)
v1.9.3
BandedMatrices v1.9.3
Merged pull requests:
v1.9.2
BandedMatrices v1.9.2
Merged pull requests:
- Use NanoSoldier PkgEval badge (#468) (@jishnub)
- Support degenerate bands in QRPackedQ (#469) (@dlfivefifty)
v1.9.1
BandedMatrices v1.9.1
Merged pull requests:
- Use julia cache in CI (#465) (@jishnub)
- Support lmul!/rmul! when data is not #undef (#467) (@dlfivefifty)
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->filesin 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)