Releases: JuliaLinearAlgebra/BlockBandedMatrices.jl
Releases · JuliaLinearAlgebra/BlockBandedMatrices.jl
v0.13.1
BlockBandedMatrices v0.13.1
Merged pull requests:
- Special case blockbandwidths for unitblocks (#207) (@dlfivefifty)
v0.13.0
BlockBandedMatrices v0.13.0
Merged pull requests:
- Run Documenter job on tags (#187) (@jishnub)
- Direct PkgEval badge to the report (#188) (@jishnub)
- Reorganize code and remove unused _BandedBlockMatrix fn (#189) (@jishnub)
- Change colstart test to colrange (#190) (@jishnub)
- Downstream test against ApproxFun (#191) (@jishnub)
- Handle out-of-bounds blockcolstop/blockrowstop (#192) (@jishnub)
- Don't import BlockedUnitRange in test_triblockbanded.jl (#193) (@jishnub)
- Bump julia-actions/setup-julia from 1 to 2 (#194) (@dependabot[bot])
- Move BandedMatrices+BlockArrays to BlockArray extension (#195) (@dlfivefifty)
- Make tests modular (#197) (@jishnub)
searchsortedfirst
instead offindfirst
incopy_accommodating_diagonals
(#198) (@jishnub)- Test against InfiniteLinearAlgebra (#199) (@jishnub)
- Map imported names to correct parentmodules (#200) (@jishnub)
- Remove unused imported names (#201) (@jishnub)
- Clean up unused imports in tests (#202) (@jishnub)
- Don't export names not owned by the package (#203) (@jishnub)
- Bump julia-actions/cache from 1 to 2 (#204) (@dependabot[bot])
- Release 0.13 (#206) (@dlfivefifty)
v0.12.10
BlockBandedMatrices v0.12.10
Merged pull requests:
- Use Documenter v1 to build docs (#177) (@jishnub)
- Don't import
_fill_lmul!
(#178) (@jishnub) - Reduce allocations in tests (#179) (@jishnub)
- Bump actions/cache from 3 to 4 (#180) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#181) (@dependabot[bot])
- Use codecov token in ci.yml (#182) (@jishnub)
- Change JuliaMatrices to JuliaLinearAlgebra in readme and License (#183) (@jishnub)
- Ignore versioned manifest files (#184) (@jishnub)
- Update result type in triangular-vector multiplication (#185) (@jishnub)
- Return array in setindex (#186) (@jishnub)
v0.12.9
BlockBandedMatrices v0.12.9
Merged pull requests:
- Test using Aqua v0.8 (#175) (@jishnub)
- correct blockcolsupport when past block range (#176) (@dlfivefifty)
v0.12.8
v0.12.7
v0.12.6
BlockBandedMatrices v0.12.6
Merged pull requests:
- import materialize from ArrayLayouts (#167) (@jishnub)
- update test for Broadcast.materialize (#168) (@jishnub)
- Add badges to README.md (#169) (@jishnub)
- Bump actions/checkout from 3 to 4 (#170) (@dependabot[bot])
- Don't error in lmul!/rmul! with non-zero entries (#171) (@dlfivefifty)
v0.12.5
BlockBandedMatrices v0.12.5
Merged pull requests:
- Faster A[Block(1,2)] for BandedBlockBandedMatrix (#166) (@dlfivefifty)