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
inMinuit.__init__
is deprecated, usename
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