Skip to content

Releases: geo-ant/varpro

version 0.10.0

27 Jul 20:12
4e13e9f
Compare
Choose a tag to compare
version 0.10.0 Pre-release
Pre-release
  • Update dependency versions
  • smaller documentation fixes
  • new clippy 1.80 lint fixes

Version 0.9.0

21 May 21:29
ea107b8
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release
  • We can now calculate confidence bands together with the other fit statistics
  • Using the Separable model builder in a loop to add functions at runtime is now more straightforward, because I removed unnecessary generics
  • Added generics to differentiate at compile time between problems with single RHS and multiple RHS. This makes for cleaner interfaces in the fit result but does not change the underlying calculations.

version 0.8.0

09 Feb 21:07
f2adeec
Compare
Choose a tag to compare
version 0.8.0 Pre-release
Pre-release

Added support for global fitting of multiple right hand sides. More info in the changelog.

Documentation Fixes

16 Oct 04:09
8d86def
Compare
Choose a tag to compare
Documentation Fixes Pre-release
Pre-release

just some typos corrected

Version 0.7.0 with Fit Statistics

15 Oct 19:53
76baf78
Compare
Choose a tag to compare
Pre-release

Changelog

Highlights Now has statistical information about fit parameters

Changes

  • Deprecate the minimize function of the LevMarSolver and
    replace it with fit, with a slightly different API.
  • Add a function fit_with_statistics and a statistics module
    that calculates additional statistical information about the fit
    (if successful). It allows us to extract the estimated standard
    errors of the model parameters (both linear and nonlinear) but also
    provides more complete information like the covariance matrix and
    the correlation matrix.
  • add more exhaustive tests
  • add original varpro matlab code from DP O'Leary and BW Rust
    with permission
  • bump benchmarking dependencies

version 0.6.0

30 Apr 06:01
592b7d3
Compare
Choose a tag to compare
version 0.6.0 Pre-release
Pre-release

overhauled model function and builder logic, added bench-tests and now offer a way (via the SeparableNonlinearModel trait) to let the user implement their own nonlinear models to take advantage of caching etc...

v 0.5.0

28 Jan 21:22
1f88f60
Compare
Choose a tag to compare
v 0.5.0 Pre-release
Pre-release
  • bump levenberg_marquardt and nalgebra to latest versions
  • increase test coverage slightly

v 0.4.1

28 Jan 20:41
fd0d2ad
Compare
Choose a tag to compare
v 0.4.1 Pre-release
Pre-release

minor cleanups inside and moving codecoverage from codecov to coveralls. Getting rid of snafu dependency.

Version 0.4.0

20 Jan 17:42
782dc49
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

mostly updates to dependencies

(this release is older than this particular tag implies)

Version 0.3.0

10 Nov 19:01
ddc189c
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
Feature/bump dependency versions (#12)

* increase dependencies to latest versions and make it compile again

* fix compile error in tests

* appease clippy

* apply fmt

* bump crate version