Skip to content

v2.10.0

Latest
Compare
Choose a tag to compare
@cverstege cverstege released this 07 Apr 13:51

Features

  • Added QR decomposition for numerical stability (0e27fb4), to use the old but faster Cholesky decomposition use the "fast" flag to the cost function (784e0c0)
  • Added warnings when starting values/errors are undefined, as well as for very large and small values bad for numerical stability (56e9a84 and fcd1925)
  • At least two significant digits for CL annotations in the Contour Profiler are shown (265685a)
  • Added initial documentation of the Contour Profiler (2a4d717 and d3cfb14)

Fixes

  • Removed the dependency on scipy.misc.derivative which is being removed with SciPy v1.12.0. Instead, numdifftools (which is already a kafe2 dependency anyway) is used (b221b57)
  • Fixed example 004 data generation (7e57077)
  • Fixed a crash when plotting the error band when at least one parameter is fixed (e3d26cb)

Full Changelog: v2.9.0...v2.10.0