Pre-release of the last release before publication and therefore last release with subtractive changes to the user interface.
* All nuisance parameter related code has been removed as it was nonfunctional. It can still be found on the dev branch.
* Interface for XYFit was simplified: removed projected_foo in favor of the shorter names that are shared with the other fit classes.
* Implemented errors relative to model.
* The algorithm for all dynamic errors (relative model errors, x errors) is set with the *dynamic_error_algorithm* keyword in the fit constructor. The *x_error_algorithm* keyword has been removed.
* Fixed GoF values for non-saturated likelihood cost functions.
* Added *chi2_probability* as a fir property, is shown in reports and plots.
* Simpler kafe2go syntax for limiting, fixing, and constraining parameters and for specifying relative data errors.
* Various internal improvements.
* Various improvements to documentation.
* Some new examples, reorganized examples.