v1.4.9.1
·
2587 commits
to master
since this release
v1.4.9.1
New features
- improve banner
- extend
ostap/__init__.py.in
- add new test for splot
test_fitting_splot.py
- extent option
minos
, allow to specify variable name or sequence of names
model.fitTo ( .... , minos = 'S', ...)
model.fitTo ( .... , minos = ('S','B') , ... )
- add new test/example
test_fitting_components2.py
`
Backward incompatible changes
Bug fixes:
- fix
truediv
for python3 in several files