Skip to content

v1.9.2.0

Compare
Choose a tag to compare
@VanyaBelyaev VanyaBelyaev released this 18 Aug 09:07
· 1345 commits to master since this release

v1.9.2.0

New features:

  1. add fixdeps argument for Fun1D/Fun2D/Fun3D objects to fix missiing dependencies (or, to add some fictive depebndencies)
  2. reenable linalgt test with numpy objects
  3. add one more test into linalgt
  4. add methos kullback_leibler and asymmetric_kullback_leibkler into namespace Ostap::Math
  5. add method kullback to FitResult
  6. extend linalg2/t modules
  7. more polishing of the linear algebra
  8. extend tests for Linear Algebra operations
  9. make styles to be the class property instead of the class methdod for class StyleStore
  10. imporve treatment of the DataFrame/RNode
  11. more imporve treatment of the DataFrame/RNode

Backward incompatible:

  1. remove keep argument for fun/pdf objects. Hopefully it was never used by the users.
  2. remove special argument for fun/pdf objects. Hopefully it was never used by the users.

Bug fixes:

  1. Fix a bit strange problem/feature appearing at 2022/08/11 in dev3 slot: drawing of
    Addition objects with RooAbsRealLValue fails. Fix is done using FunNop
  2. fix old typos in _h3_integrate_ method (thanks to Ivan Polyakov for tproblme report and the fix)
  3. fix bug in MatrixUtilsT.h
  4. fix typo in MatrixUtilsT.h
  5. fix minor bug in useStyle
  6. fix compilation error for gcc12
  7. fix few typos in frames.py