Releases: baggepinnen/TotalLeastSquares.jl
Releases · baggepinnen/TotalLeastSquares.jl
v1.7.7
TotalLeastSquares v1.7.7
v1.7.6
TotalLeastSquares v1.7.6
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
TotalLeastSquares v1.7.5
Merged pull requests:
- slight performance improvements for flts (#25) (@baggepinnen)
v1.7.4
TotalLeastSquares v1.7.4
v1.7.3
TotalLeastSquares v1.7.3
v1.7.2
v1.7.1
TotalLeastSquares v1.7.1
Merged pull requests:
- CompatHelper: bump compat for "FillArrays" to "0.12" (#21) (@github-actions[bot])
v1.7.0
TotalLeastSquares v1.7.0
Closed issues:
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
TotalLeastSquares v1.6.0
Support for providing custom svd methods to speed up rpca.
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
TotalLeastSquares v1.5.0
New function sls
for least squares with a simplex constraint on x
: sum(x)=r
Closed issues:
- Support complex matrices? (#6)
Merged pull requests:
- Ode33 patch 1 (#9) (@baggepinnen)