-
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
658807a
commit d4618ef
Showing
3 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# v1.9.5.2 | ||
|
||
## New features: | ||
|
||
|
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,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` |