Skip to content

Releases: FHoltorf/LowRankArithmetic.jl

v0.1.4

17 Mar 06:28

Choose a tag to compare

v0.1.3

13 Mar 14:39
4ecdfcd

Choose a tag to compare

Update compatibility to Julia 1.8 and added additional functionality for truncated svds applied to low rank representations.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 May 01:33

Choose a tag to compare

LowRankArithmetic v0.1.2

Diff since v0.1.1

v0.1.1

17 May 01:17
f45472f

Choose a tag to compare

LowRankArithmetic v0.1.1

Diff since v0.1.0

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

28 Mar 20:54
d302021

Choose a tag to compare

LowRankArithmetic v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Combinatorics at version 1, (keep existing compat) (#2) (@github-actions[bot])

Initial Release

25 Mar 20:39

Choose a tag to compare

Core functionality as described in README is tested.