Releases: JuliaLinearAlgebra/MatrixFactorizations.jl
Releases · JuliaLinearAlgebra/MatrixFactorizations.jl
v3.0.1
v3.0.0
MatrixFactorizations v3.0.0
Merged pull requests:
- BandedMatrices Extension (#64) (@dlfivefifty)
- v3.0 (#65) (@dlfivefifty)
v2.2.0
MatrixFactorizations v2.2.0
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#54) (@dependabot[bot])
- Change JuliaMatrices to JuliaLinearAlgebra in readme (#55) (@jishnub)
- Fix multiplication of Layout Q matrices (#56) (@dlfivefifty)
- Julia v1.10 support (#57) (@dlfivefifty)
- Bump actions/cache from 3 to 4 (#59) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#60) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#61) (@dependabot[bot])
- row/colsupport for QL/QRPackedQ (#62) (@dlfivefifty)
- _ql -> ql_layout and add reversecholesky_layout (#63) (@dlfivefifty)
Closed issues:
- v2.1.1 results an invalidation that accesses undefined refs (#58)
v2.1.3
MatrixFactorizations v2.1.3
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#54) (@dependabot[bot])
- Change JuliaMatrices to JuliaLinearAlgebra in readme (#55) (@jishnub)
- Fix multiplication of Layout Q matrices (#56) (@dlfivefifty)
- Julia v1.10 support (#57) (@dlfivefifty)
- Bump actions/cache from 3 to 4 (#59) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#60) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#61) (@dependabot[bot])
- row/colsupport for QL/QRPackedQ (#62) (@dlfivefifty)
Closed issues:
- v2.1.1 results an invalidation that accesses undefined refs (#58)
v2.1.0
MatrixFactorizations v2.1.0
Merged pull requests:
- Support copymutable dispatching on size, used in InfiniteLinearAlgebr… (#53) (@dlfivefifty)
v2.0.1
MatrixFactorizations v2.0.1
v2.0.0
v1.0.0
MatrixFactorizations v1.0.0
Closed issues:
Val{false}
/Val{true}
->NoPivot
,ColumnMaximum
(#28)
Merged pull requests:
- enable dependabot for GitHub actions (#44) (@ranocha)
- Bump actions/checkout from 2 to 3 (#45) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#46) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#47) (@dependabot[bot])
- Julia v1.9 (#48) (@dlfivefifty)
- v1.0 (#49) (@dlfivefifty)
v0.9.6
MatrixFactorizations v0.9.6
Merged pull requests:
v0.9.5
MatrixFactorizations v0.9.5
Merged pull requests:
- Prepare for
AdjointFactorization
(#39) (@dkarrasch)