Releases: JuliaLinearAlgebra/GenericLinearAlgebra.jl
Releases · JuliaLinearAlgebra/GenericLinearAlgebra.jl
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
eigen
with 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
[email protected]
tosetup-julia@v2
(#137) (@DilumAluthge) - CI: Change
setup-julia@latest
tosetup-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)
v0.3.9
GenericLinearAlgebra v0.3.9
Closed issues:
Merged pull requests:
- Use logging system for debug printing (#112) (@andreasnoack)
- Improve some LAPACK test coverage (#113) (@andreasnoack)
- Add more coverage to general eigenvalue problem (#114) (@andreasnoack)
- Some more test coverage to svd.jl (#115) (@andreasnoack)
- More coverage of svd and make sure that we actually exercise out own … (#116) (@andreasnoack)
- Fix and test pteqr (#117) (@andreasnoack)
- Remove unused zeroshiftQR! function (#118) (@andreasnoack)
- Test svd of zero matrix and fix the sign flipping when there are (#120) (@andreasnoack)
v0.3.8
GenericLinearAlgebra v0.3.8
Closed issues:
Merged pull requests:
- Set off diagonal elements to zero as described in LAWN3 p18 (#105) (@andreasnoack)
- Fix some typos (#106) (@andreasnoack)
- enable dependabot for GitHub actions (#107) (@ranocha)
- Add deflation to svd algorithm (#108) (@andreasnoack)
v0.3.6
GenericLinearAlgebra v0.3.6
Closed issues:
convert
extended but not imported from Base (#100)
Merged pull requests:
- Bump test dep Quaternions.jl (#99) (@dkarrasch)
- Fix size of Householder (#101) (@andreasnoack)
- Format the source with JuliaFormatter (#102) (@andreasnoack)
v0.3.5
GenericLinearAlgebra v0.3.5
Merged pull requests:
- Adjustment to
AdjointQ
introduction in LinearAlgebra (#91) (@dkarrasch)
v0.3.4
GenericLinearAlgebra v0.3.4
Closed issues:
Rotation
field inSchur
struct is abstractly typed (#90)
Merged pull requests:
- Make
R
field inSchur
concretely typed (#92) (@dkarrasch) - Clean-up of version-dependent code (#97) (@dkarrasch)