Skip to content

Commit

Permalink
prepare v1.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 20, 2023
1 parent 59fc065 commit 9356c53
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ endif()
project(ostap LANGUAGES CXX)
include(CTest)



set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 9)
set(OSTAP_VERSION_TWEAK 9)
set(OSTAP_VERSION_MINOR 10)
set(OSTAP_VERSION_PATCH 0)
set(OSTAP_VERSION_TWEAK 0)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
3 changes: 2 additions & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.10.0.0

## New features:

1. Add Benini distribution `Ostap::Math::Benini`, `Ostap::Models::Benini`, `Benini_pdf`
Expand All @@ -22,7 +24,6 @@

1. fix minor typos in `ostap.fitting.pdfbasic.py`


# v1.9.9.8

## New features:
Expand Down
25 changes: 25 additions & 0 deletions ReleaseNotes/v1.10.0.0.md
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`

0 comments on commit 9356c53

Please sign in to comment.