Releases: JuliaLinearAlgebra/GenericLinearAlgebra.jl
Releases · JuliaLinearAlgebra/GenericLinearAlgebra.jl
v0.2.2
GenericLinearAlgebra v0.2.2
Closed issues:
- Methods overwritten (#60)
- Turning on 2FA in this org (#62)
- Faulty eigenvalues from GenericLinearAlgebra when comparing to LinearAlgebra and other software (#63)
Merged pull requests:
- Install TagBot as a GitHub Action (#61) (@JuliaTagBot)
- Set subdiagonal elements to zero when splitting in the general (#64) (@andreasnoack)
v0.2.1
v0.2.0
v0.2.0 (2019-09-20)
Closed issues:
Merged pull requests:
- Sort eigenvalues consistently with Base (#56) (ericphanson)
v0.1.1
v0.1.1 (2019-08-28)
Closed issues:
- eigen! hangs in infinite loop (#52)
- ERROR: type Shur has no field T (#48)
- Are there a Chordal sparse matrix function? (#45)
- Add Julia matrix exponential?\ (#43)
- Do you intend to tag this? (#40)
Merged pull requests:
- Use <= when testing for deflation for avoid issue with zeros in diagonal. (#53) (andreasnoack)
- Add getproperty for Schur to extract Schur factor (#50) (andreasnoack)
- Add some docs to svd (#49) (andreasnoack)
Initial release
v0.1.0 Fix deployment path