-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59fc065
commit 9356c53
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# v1.10.0.0 | ||
|
||
## New features: | ||
|
||
1. Add Benini distribution `Ostap::Math::Benini`, `Ostap::Models::Benini`, `Benini_pdf` | ||
1. Add cubic and 4th order terms to (modified) Benini distribution | ||
1, add the methods `min` & `max` to histogram objects | ||
1. make use for `ROOT::TDirectory::TContext` for `ROOTCWD` | ||
1. imporve functions/pdf for Benini distribution allowing terms upto power 10 | ||
1. use 'RoMinimizer' instead of `RooMinuit` for fresh version of ROOT | ||
1. Improve treatment of `silent` for `PDF.chi2FitTo` | ||
1. Add `Ostap::Math::Rational` : simple rational function inspired by `Ostap::Math::FloaterHormann` interpolant | ||
1. Add `Ostap::Math::RationalBernstein` : rational function as ratio of Bernstein and positve Bernstein polynomials | ||
1. Add `Ostap::Math::RationalPositive` : rational function as ratio of two positve Bernstein polynomials | ||
1. Add `Ostap::Models::Rational` : rational PDF as ratio of two positve Bernstein polynomials | ||
1. Add `Rational_pdf` : rational PDF as ratio of two positve Bernstein polynomials | ||
1. Add 1D-histogram parameterisations in terms of rational functions: `rational_fun`, `rational` and `brational` | ||
1. Add 1D-histogram parameterisations in terms of rational functions: `pdf_rational` | ||
1. Improve a bit `tag` for 1D-Bernstein polynomials` | ||
|
||
## Backward incompatible: | ||
|
||
## Bug fixes: | ||
|
||
1. fix minor typos in `ostap.fitting.pdfbasic.py` |