v1.13.3.0
VanyaBelyaev
released this
16 Sep 10:10
·
212 commits
to master
since this release
v1.13.3.0
New features
- some updtae for catcing warnins
- ROOT warnings -> Python warning now used RuntimeWarning
- add new test
test_math_convolution
- add
filter='data'
argument fortarfile
(TMVA&Chopping) - set
cmake_policy
to fic nuilding for virtual environemnts (conda) - more improvements and fixes for
ostap.io.dbase
module - add test for availabe DB backends
- improve
ostap.histos.histos.book_histo
and make use of it infitting
Backward incompatible
- From now
PDF3.fitTo
always returns the tuple of(fit-result, frame)
or(fit-result,None)
to be coherent with all otherfitTo
methods.