Releases: JuliaLinearAlgebra/ArrayLayouts.jl
Releases · JuliaLinearAlgebra/ArrayLayouts.jl
v1.11.2
ArrayLayouts v1.11.2
Merged pull requests:
- Change PkgEval badge to directly fetch from NanoSoldierReports (#257) (@jishnub)
- Remove unused zero computations in
default_blasmul
(#258) (@jishnub) - Use indices instead of stride in
default_blasmul
(#259) (@jishnub) - Use isempty to check exit condition in default blasmul (#260) (@jishnub)
- Support zero! for StaticArrays (#262) (@dlfivefifty)
v1.11.1
v1.11.0
ArrayLayouts v1.11.0
julia compat v1.10
The v1.11 release of ArrayLayouts
sets the minimum julia compat to v1.10 (the current LTS). The v1.10 series would continue to support versions of julia v1.6+, but further development would focus on remaining compatible with v1.10.
Merged pull requests:
- Use setup-julia v2 (#246) (@jishnub)
- Bump codecov/codecov-action from 4 to 5 (#247) (@dependabot[bot])
file
->files
in CI codecov step (#248) (@jishnub)- Set julia compat to v1.10 (#249) (@jishnub)
- Skip Aqua stale deps check in downstream tests (#250) (@jishnub)
- Don't specify arch in ci matrix (#251) (@jishnub)
v1.10.4
ArrayLayouts v1.10.4
Merged pull requests:
Closed issues:
- Issue with passed layout in default
cholesky!_layout
method for Symmetric matrices (#244)
v1.10.3
ArrayLayouts v1.10.3
Merged pull requests:
v1.10.2
ArrayLayouts v1.10.2
Merged pull requests:
- Add * for more matrices defined from layouts (#241) (@DanielVandH)
v1.10.1
ArrayLayouts v1.10.1
Merged pull requests:
- Use lts version in CI (#237) (@jishnub)
- Add missing consts (#238) (@DanielVandH)
- Add new method to fix possible ambiguity between
similar(::MulAdd{<:DiagonalLayout, <:AbstractBandedLayout})
and friends (#240) (@DanielVandH)
Closed issues:
- Issues with inv(Triangular) (#239)
v1.10.0
ArrayLayouts v1.10.0
Merged pull requests:
- Standardise names to factorize_layout, inv_layout, etc. and use inv_l… (#236) (@dlfivefifty)
v1.9.4
v1.9.3
ArrayLayouts v1.9.3
Merged pull requests: