Releases: JuliaLinearAlgebra/GenericLinearAlgebra.jl
Releases · JuliaLinearAlgebra/GenericLinearAlgebra.jl
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)
v0.3.3
GenericLinearAlgebra v0.3.3
Merged pull requests:
- Fix triangular multiplication methods (#96) (@andreasnoack)
v0.3.2
GenericLinearAlgebra v0.3.2
Closed issues:
- juliaBLAS needs update (and tests) (#93)
Merged pull requests:
- syrk! and herk! are in the BLAS module (#94) (@dmbates)
- Clean up juliaBLAS.jl and test it (#95) (@andreasnoack)
v0.3.1
GenericLinearAlgebra v0.3.1
Closed issues:
- svd stuck in infinite loop for certain matrices (#81)
Merged pull requests:
- Update ci.yml to test for nightly (#86) (@ViralBShah)
- Fix typo in estimate_σ⁻ (#88) (@andreasnoack)
v0.3.0
GenericLinearAlgebra v0.3.0
Merged pull requests:
- Load LBT to call LAPACK functions (#85) (@ViralBShah)
v0.2.7
GenericLinearAlgebra v0.2.7
Closed issues:
- svd stuck in infinite loop for certain matrices (#81)
Merged pull requests:
- Fix subproblem detection. (#82) (@andreasnoack)
v0.2.6
GenericLinearAlgebra v0.2.6
Closed issues:
- BoundsError while calling svd (#79)
Merged pull requests:
- Test if SVD problem is tall or wide based on uplo field instead (#80) (@andreasnoack)
v0.2.5
GenericLinearAlgebra v0.2.5
Closed issues:
- inverse of symmetric matrix is not guaranteed to be symmetric (#72)
Merged pull requests:
- Enable full keyword for svd. (#73) (@simonbyrne)
- move CI to GitHub Actions (#74) (@simonbyrne)
- Fix docs and update docs manifest (#75) (@andreasnoack)
v0.2.4
GenericLinearAlgebra v0.2.4
Closed issues:
- Convergence problems of some matrices (#67)
Merged pull requests:
- Fix exceptional shift such that we can handle more matrices. (#69) (@andreasnoack)
v0.2.3
GenericLinearAlgebra v0.2.3
Closed issues:
Merged pull requests:
- Fix SVD convergence criteria and criteria for switching between the (#65) (@andreasnoack)