Releases: JuliaLinearAlgebra/BandedMatrices.jl
Releases · JuliaLinearAlgebra/BandedMatrices.jl
Release list
v1.12.0
BandedMatrices v1.12.0
Merged pull requests:
- Narrow Aqua piracies test (#496) (@jishnub)
- Bump julia-actions/cache from 2 to 3 (#498) (@dependabot[bot])
- CompatHelper: bump compat for GenericLinearAlgebra in [extras] to 0.4, (keep existing compat) (#499) (@github-actions[bot])
- Bump codecov/codecov-action from 5 to 6 (#500) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#501) (@dependabot[bot])
- Use dependabot to update dependencies (#503) (@jishnub)
- Bump codecov/codecov-action from 6 to 7 (#504) (@dependabot[bot])
- docs: document Band and BandError (#507) (@ChrisRackauckas-Claude)
v1.11.0
BandedMatrices v1.11.0
Merged pull requests:
- Bump actions/checkout from 5 to 6 (#489) (@dependabot[bot])
- Test InfiniteArrays.jl (#490) (@dlfivefifty)
- Run tests in parallel (#491) (@jishnub)
- CompatHelper: bump compat for InfiniteArrays in [extras] to 0.15, (keep existing compat) (#492) (@github-actions[bot])
- simplify colstart/stop and rowstart/stop (#493) (@dlfivefifty)
- Drop old version checking (#494) (@dlfivefifty)
v1.10.2
BandedMatrices v1.10.2
Merged pull requests:
- Use a copyto! approach in _BandedMatrix(::BandedRows, A), and switch to PermutedDimsArray in bandedrowsdata (#488) (@DanielVandH)
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)