Releases: JuliaLinearAlgebra/ArrayLayouts.jl
Releases · JuliaLinearAlgebra/ArrayLayouts.jl
v0.7.7
ArrayLayouts v0.7.7
Closed issues:
- Cholesky factorisations are not inferred (#66)
Merged pull requests:
- Workaround inference of Cholesky factorisations of BandedMatrices (#67) (@jipolanco)
- thow -> throw (#77) (@dlfivefifty)
- Support lu factorization for strided arrays (#78) (@dlfivefifty)
v0.7.6
v0.7.5
v0.7.4
ArrayLayouts v0.7.4
Closed issues:
- should this be SingularE"x"ception? (#71)
Merged pull requests:
- Support Julia v1.7 (#70) (@dlfivefifty)
- Fix typo (#72) (@putianyi889)
- norm and zero! based on MemoryLayout (#73) (@dlfivefifty)
v0.7.3
ArrayLayouts v0.7.3
Merged pull requests:
- CompatHelper: bump compat for "FillArrays" to "0.12" (#69) (@github-actions[bot])
v0.7.2
ArrayLayouts v0.7.2
Merged pull requests:
- hcat and vcat ability to dispatch on size, for ∞-array support (#65) (@dlfivefifty)
v0.7.1
v0.7.0
ArrayLayouts v0.7.0
Merged pull requests:
- Support QuasiDiagonal (#61) (@dlfivefifty)
- Cholesky (#63) (@dlfivefifty)
v0.6.5
ArrayLayouts v0.6.5
Merged pull requests:
- Fix bug in colsupport with col-vec views (#62) (@dlfivefifty)
v0.6.4
ArrayLayouts v0.6.4
Merged pull requests:
- special case for multiplying Diagonal fill arrays, including Eye (#60) (@dlfivefifty)