Releases: JuliaLinearAlgebra/GenericLinearAlgebra.jl
Releases · JuliaLinearAlgebra/GenericLinearAlgebra.jl
v0.3.19
GenericLinearAlgebra v0.3.19
Merged pull requests:
- tolerate atol and rtol kwargs from LinearAlgebra 1.13 (#160) (@araujoms)
- Bump actions/checkout from 4 to 5 (#162) (@dependabot[bot])
v0.3.18
GenericLinearAlgebra v0.3.18
Merged pull requests:
- Remove RFP code from LAPACK2 module (#154) (@andreasnoack)
- Convert lower to upper bidgiagonal in _svd! and _svdvals! (#158) (@andreasnoack)
- Simplify svd code now that upper bidiagonal matrices can be processed (#159) (@andreasnoack)
Closed issues:
- svd not supported for lower bidiagonal matrices (#157)
v0.3.17
GenericLinearAlgebra v0.3.17
v0.3.16
GenericLinearAlgebra v0.3.16
Merged pull requests:
- Avoid abstractly typed field in SymmetricTridiagonalFactorization (#148) (@andreasnoack)
- Remove rectangular full packed support (#149) (@andreasnoack)
- Comment out @debug statements (#150) (@andreasnoack)
- Rely on LinearAlgebra.eigsort! for sorting eigenvalues of the (#151) (@andreasnoack)
- get it working on 1.12 (#153) (@araujoms)
Closed issues:
- Make tridiagonal QR algorithm more precise (#8)
v0.3.15
GenericLinearAlgebra v0.3.15
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#143) (@dependabot[bot])
- add methods for symmetric real eigen (#145) (@araujoms)
Closed issues:
eigenandeigvalsnot defined for real symmetric matrices (#144)
v0.3.14
GenericLinearAlgebra v0.3.14
Merged pull requests:
- Remove some pirated methods for the symmetric eigenvalue problem. (#142) (@andreasnoack)
Closed issues:
- Method ambiguity in
eigenwith Julia 1.11 (#141)
v0.3.13
GenericLinearAlgebra v0.3.13
Merged pull requests:
- CI: Run Dependabot once a month, but increase the "open PR limit" (#136) (@DilumAluthge)
- CI: Change
setup-julia@v2.2tosetup-julia@v2(#137) (@DilumAluthge) - CI: Change
setup-julia@latesttosetup-julia@v2(#138) (@DilumAluthge) - Use eigencopy_oftype instead of copy_oftype (#140) (@andreasnoack)
Closed issues:
- Can't compute eigenvalues of Hermitian Diagonal matrix for generic types (#139)
v0.3.12
GenericLinearAlgebra v0.3.12
Merged pull requests:
- Fix SVD of matrices with zero sizes (#125) (@andreasnoack)
- Bump actions/checkout from 3 to 4 (#128) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#129) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#130) (@dependabot[bot])
- Use JuliaLinearAlgebra's Codecov token in CI (#131) (@jishnub)
- Fix #133 (Support sortby) (#134) (@dlfivefifty)
- Update ci.yml (#135) (@dlfivefifty)
Closed issues:
v0.3.11
GenericLinearAlgebra v0.3.11
Closed issues:
- Eigen returns non-eigenvectors for certain matrices (#123)
Merged pull requests:
- Fix 2x2 symmetric eigenvalue computation (#124) (@andreasnoack)
v0.3.10
GenericLinearAlgebra v0.3.10
Closed issues:
- Deflation breaks edge case (#121)
Merged pull requests:
- Refactor code to avoid out of bounds operation after deflation (#122) (@andreasnoack)