TotalLeastSquares.jl Versions Save

Solve many kinds of least-squares and matrix-recovery problems

v1.7.7

10 months ago

TotalLeastSquares v1.7.7

Diff since v1.7.6

v1.7.6

1 year ago

TotalLeastSquares v1.7.6

Diff since v1.7.5

Merged pull requests:

  • CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#26) (@github-actions[bot])
  • test on newer julia version (#27) (@baggepinnen)

v1.7.5

1 year ago

TotalLeastSquares v1.7.5

Diff since v1.7.4

Merged pull requests:

  • slight performance improvements for flts (#25) (@baggepinnen)

v1.7.4

1 year ago

TotalLeastSquares v1.7.4

Diff since v1.7.3

v1.7.3

2 years ago

TotalLeastSquares v1.7.3

Diff since v1.7.2

v1.7.2

2 years ago

TotalLeastSquares v1.7.2

Diff since v1.7.1

Merged pull requests:

  • Bugfix for Hermitian{Diagonal} (#24) (@baggepinnen)

v1.7.1

2 years ago

TotalLeastSquares v1.7.1

Diff since v1.7.0

Merged pull requests:

  • CompatHelper: bump compat for "FillArrays" to "0.12" (#21) (@github-actions[bot])

v1.7.0

3 years ago

TotalLeastSquares v1.7.0

Diff since v1.6.0

Closed issues:

  • Rtls recomputes the last svd (#12)
  • Use inplace svd (#13)

Merged pull requests:

  • CompatHelper: bump compat for "FillArrays" to "0.9" (#14) (@github-actions[bot])
  • CompatHelper: bump compat for "FillArrays" to "0.10" (#15) (@github-actions[bot])
  • MassInstallAction: Install the TagBot workflow on this repository (#16) (@baggepinnen)
  • CompatHelper: bump compat for "FillArrays" to "0.11" (#17) (@github-actions[bot])
  • Fast trimmed least squares (#18) (@mapi1)
  • CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#19) (@github-actions[bot])

v1.6.0

3 years ago

TotalLeastSquares v1.6.0

Support for providing custom svd methods to speed up rpca.

Diff since v1.5.0

Closed issues:

  • possible test failure in upcoming Julia version 1.5 (#10)

Merged pull requests:

  • experiment with other svd methods (#11) (@baggepinnen)

v1.5.0

4 years ago

TotalLeastSquares v1.5.0

New function sls for least squares with a simplex constraint on x: sum(x)=r

Diff since v1.4.0

Closed issues:

  • Support complex matrices? (#6)

Merged pull requests:

  • Ode33 patch 1 (#9) (@baggepinnen)