Skip to content

v1.4.3

Compare
Choose a tag to compare
@HDembinski HDembinski released this 24 Jun 22:42
· 690 commits to develop since this release

Bug-fixes

  • Fixed a bug where running .hesse() after .migrad() would ignore any changes to parameters (fixing/releasing them, changing their values, ...)
  • Fix number formatting issues in recently updated quantities display
  • Removed engineering suffixes again in favour of standard exponential notation

Deprecated

  • keyword forced_parameters in Minuit.__init__ is deprecated, use name

Features

  • Added general purpose cost functions for binned and unbinned maximum-likelihood estimation (normal and so called extended)

Documentation

  • Updated error computation tutorial
  • New tutorial which demonstrates usage of cost functions