Skip to content

Releases: RomeoV/ProbabilisticParameterEstimators.jl

v0.8.3

03 Oct 03:22

Choose a tag to compare

ProbabilisticParameterEstimators v0.8.3

Diff since v0.8.2

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#19) (@dependabot[bot])
  • CompatHelper: bump compat for NonlinearSolveBase to 2, (keep existing compat) (#21) (@github-actions[bot])

v0.8.2

31 Jul 06:11

Choose a tag to compare

ProbabilisticParameterEstimators v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Move Turing stuff to package extension (#18) (@RomeoV)

v0.8.1

11 Jul 13:32

Choose a tag to compare

ProbabilisticParameterEstimators v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#9) (@dependabot[bot])
  • Make LinearApproximationEstimator and LSQEstimator trimmable (#16) (@RomeoV)

v0.8.0

09 Jul 12:02

Choose a tag to compare

ProbabilisticParameterEstimators v0.8.0

Diff since v0.7.6

Breaking changes

  • We switch from NonlinearSolve to SimpleNonlinearSolve for our default solvers. However, NonlinearSolve solvers can still be passed through the solvealg interface. Note that although we use SimpleNonlinearSolve, we use the more complex termination condition that also considers stalled states.

Other changes

  • change lu to cholesky in covariance decomposition

Merged pull requests:

  • CompatHelper: bump compat for Turing to 0.34, (keep existing compat) (#6) (@github-actions[bot])

v0.7.6

10 Jul 13:46
3c0cb77

Choose a tag to compare

ProbabilisticParameterEstimators v0.7.6

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#2) (@dependabot[bot])
  • CompatHelper: bump compat for Turing to 0.33, (keep existing compat) (#4) (@github-actions[bot])