Skip to content

Commit

Permalink
prepare v1.9.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 13, 2022
1 parent 658807a commit d4618ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
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 5)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_TWEAK 2)

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

Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# v1.9.5.2

## New features:

Expand Down
17 changes: 17 additions & 0 deletions ReleaseNotes/v1.9.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v1.9.5.2

## New features:

1. add `psi`, `digamma` , `polygamma`, `beta` and `lnbeta` functions, including their variants with uncertainties.
1. add these functions to `ostap.math.math_ve` module
1. add `Hagedorn` function/PDF
1. add test for pt-spectra
1. add `integratebins`, `newstyle` and `parallelize` command options
1. add Skewed Generslized Error distribution (function, model and resolution)
1. add `sinc` into `math_ve.py`

## Backward incompatible:

## Bug fixes:

1. fix a typo in `Ostap::Math::beta` and `Ostap::Math::lnbeta`

0 comments on commit d4618ef

Please sign in to comment.