Skip to content

Releases: JuliaLinearAlgebra/TSVD.jl

v0.4.4

28 Feb 23:43
34db480
Compare
Choose a tag to compare

TSVD v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

18 May 20:18
2d8f0d4
Compare
Choose a tag to compare

TSVD v0.4.3

Diff since v0.4.2

Merged pull requests:

  • CompatHelper: bump compat for "Adapt" to "3.0" (#29) (@github-actions[bot])
  • Fix doctests (#31) (@andreasnoack)

v0.4.2

07 Nov 00:25
6aa6c73
Compare
Choose a tag to compare

TSVD v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Add a slight perturbation to initial α if it is one so ensure that (#26) (@andreasnoack)

v0.4.1

22 Sep 13:17
6d31728
Compare
Choose a tag to compare

TSVD v0.4.1

Diff since v0.4.0

Closed issues:

  • stable docs link in README is broken (#20)
  • tsvd type instability (#21)

Merged pull requests:

  • Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
  • Avoid slicing return tuple with a range to make return type inferred (#22) (@andreasnoack)
  • Stop using a matrix section in .travis.yml (#23) (@andreasnoack)
  • CompatHelper: add new compat entry for "Adapt" at version "2.1" (#24) (@github-actions[bot])

v0.4.0

28 Aug 12:47
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-08-28)

Diff since v0.3.0

Closed issues:

  • Vectors are wrong in the wide case (#12)

Merged pull requests:

  • Factor the complete bidiagonalization into separate function such (#16) (andreasnoack)
  • Cap Documenter.jl to 0.19 on Travis (#15) (mortenpi)
  • Fix doctests and use project files for docs and coverage (#14) (andreasnoack)

Version 0.3.0

22 Aug 19:40
Compare
Choose a tag to compare
Fix convergence criterion such that we don't try to be smart to save

the computation of the vectors.

Update REQUIRE for julia 0.7

Version 0.2.0

12 Jul 10:01
Compare
Choose a tag to compare
v0.2.0

Update docstring and delete some unused code

First beta release of TSVD

16 Mar 16:08
Compare
Choose a tag to compare
Make user the initial vector defaults to a float type and avoid using

eltype(A) if possible.

Fixes #9