Skip to content

Commit

Permalink
prepare v1.9.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed May 10, 2023
1 parent 374c44f commit 5167ee7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 8)
set(OSTAP_VERSION_TWEAK 5)
set(OSTAP_VERSION_TWEAK 6)

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

Expand Down
9 changes: 5 additions & 4 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# v1.9.8.6

## New features:

1. add `operatoir()`, `density` and `density_mass` methods for `Ostap::Kinematics::Dalitz0` and `Ostap::Kinematics::Dalitz` classes
1. add `operator()`, `density` and `density_mass` methods for `Ostap::Kinematics::Dalitz0` and `Ostap::Kinematics::Dalitz` classes
1. add `clenshaw-curtis` adaptive quadrature. It apprears to be better than Romberg' method.
1. extend tests for Clenshaw-Curtis quadrature
1. Add modified PERT fuction and corresponding PDF
1. Add more methods to `Ostap::Math::Positive`, considering the positive polynomial like PDF
1. add new test for `ostap.fitting.distributions`
1. Add Generalized Logistyc Type IV model with location/sclae family and corresponding PDF
1. Add Generalized Logistyc Type IV model with location/scale family and corresponding PDF
1. Improve evaluation of Generalized Logistic Type IV function, add more methods: `mode`, 'skewness', `kurtosis`, 'cumulant'
1. Add `ResoGenLogisticIV` resoluton model and corresponding tests


## Backward incompatible:

## Bug fixes:
Expand Down Expand Up @@ -59,7 +60,7 @@
## New features:

1. add `Ostap::Math::ExGauss2` function, `Ostap::Models::ExGauss2` and `ExGauss2_pdf` PDFs for the
variant of exponentially modified gaussuan distribution, but parameterise din terms of the mode
variant of exponentially modified gaussuan distribution, but parameterised in terms of mode
1. add `Ostap::Math::Bukin2`, `Ostap::Models::Bukin2` and `Bukin2_pdf`
1. add `ResoBukin2` resolution model
1. add more tests
Expand Down
21 changes: 21 additions & 0 deletions ReleaseNotes/v1.9.8.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# v1.9.8.6

## New features:

1. add `operator()`, `density` and `density_mass` methods for `Ostap::Kinematics::Dalitz0` and `Ostap::Kinematics::Dalitz` classes
1. add `clenshaw-curtis` adaptive quadrature. It apprears to be better than Romberg' method.
1. extend tests for Clenshaw-Curtis quadrature
1. Add modified PERT fuction and corresponding PDF
1. Add more methods to `Ostap::Math::Positive`, considering the positive polynomial like PDF
1. add new test for `ostap.fitting.distributions`
1. Add Generalized Logistyc Type IV model with location/scale family and corresponding PDF
1. Improve evaluation of Generalized Logistic Type IV function, add more methods: `mode`, 'skewness', `kurtosis`, 'cumulant'
1. Add `ResoGenLogisticIV` resoluton model and corresponding tests

## Backward incompatible:

## Bug fixes:

1. Fix the typo in `Ostap::Kinematics::phasespace3` for the special configurations with zero masses
1. Fix few minor bugs/typos in `ostap.fitting.distributions`

0 comments on commit 5167ee7

Please sign in to comment.