Releases: FHoltorf/LowRankArithmetic.jl
Releases · FHoltorf/LowRankArithmetic.jl
v0.1.4
v0.1.3
Update compatibility to Julia 1.8 and added additional functionality for truncated svds applied to low rank representations.
What's Changed
- Adjoint instead of transpose in tests by @dkarrasch in #5
New Contributors
- @dkarrasch made their first contribution in #5
Full Changelog: v0.1.2...v0.1.3
v0.1.2
LowRankArithmetic v0.1.2
v0.1.1
LowRankArithmetic v0.1.1
On-the-fly rounding (rank reduction) is now supported. The rank of a low rank approximation can either be reduced via LinearAlgebra.jl's svd routine (default) or TSVD.jl's iterative Lanczos Bidiagonalization algorithm.
Minor changes to the syntax. Auxiliary types for specification of algorithmic strategy for rounding and reorthonormalization have been renamed to avoid conflicts with identifiers in other packages. QR -> QRFact, SVD -> SVDFact.
Merged pull requests:
- CompatHelper: add new compat entry for TSVD at version 0.4, (keep existing compat) (#4) (@github-actions[bot])
v0.1.0
Initial Release
Core functionality as described in README is tested.