v1.4.8.1
TatianaOvsiannikova
released this
21 Mar 21:44
·
2654 commits
to master
since this release
v1.4.8.1
New features:
- add new roofit variables (
RooAbsReal
):
useful e.g, for efficiency or phase/amplitude parameterization
- `Ostap::MoreRooFit::Benrstein`
- `Ostap::MoreRooFit::Monotonic`
- `Ostap::MoreRooFit::Convex`
- `Ostap::MoreRooFit::ConvexOnly`
- More generic
Ostap::MoreRooFit::ShiftAndScale
- make a first try to add
evaluateBatch
for existing PDFs: no large gain is observed :-( - add
roofunc.py
&funbasic.py
- add
FUNC
,FUNC2
andFUNC3
classes. Move some functionality fromPDF
- add
Fun1D
,Fun2D
andFun3D
wrappers - update
efficiency.py
- reshuffle a bit the existins strustures
- add operations and operators for
FUNC
,FUNC2
andFUNC3
objects - improve baseclasess for functions and PDFs, add more operators/operations
- modify
roofuncs
avoiding the dangling references - Add
Ostap::MoreRooFit::Id
- make use of
Ostap::MoreRoofit::Id
inFun(1,2,3)D
- exclude serialization in
test_fitting_models3_2D
for ROOT 6.18 & python3 - remove duplication betwen
ostap/fitting/roofuncs
andostap/fitting/variables
- disable
pathos
for python_version<=3.7 - change pickling for all
FUNC
-based objects
Backward incompatible changes
Bug fixes:
- fix
local_roofit.h
- fix
Ostap::Math::Positive::Positive
. The bug was introduced in 1.4.7.0.