v1.9.8.4
VanyaBelyaev
released this
26 Apr 17:03
·
1100 commits
to master
since this release
v1.9.8.4
New features:
- add new example on making p-value scan (thanks to Dima Golubkov)
- Fix
FrequentistsCalcualtor
andHybridCalculator
to use cloned datasets. (They can destriy/corrupt input dataset). Clone ddatatsets are deleted after usage - simplify interface for
P0Plot.fill
ostap.utils.utils
: addCRange
andcrange
- helper utilities to generate range of values between vmin and vmax according to Chebyshev nodes- add
z1,z2
variables (and corresponding transformations) forOstap::Kinematics::Dalitz0/Dalitz
classes - add functionality to generate (weighted) x1/x2 and z1/z2 distributions for Dalitz configurations
- add
s2x
ands2z
methods forOstap::Kinematics::Dalitz0/Dalitz
classes for better unificaton of interfaces - add more tests for Dalitz< in parituclar (s1,s2)<->(z1,z2) mapping
Backward incompatible:
- remove
use_onesided
argument fromAsymptoticCalculator
constructor