Skip to content

v1.9.6.4

Compare
Choose a tag to compare
@VanyaBelyaev VanyaBelyaev released this 13 Feb 10:41
· 994 commits to master since this release
aee9893

v1.9.6.4

New features:

  1. add += and -= operators for Ostap::Math::HermiteSum
  2. re-introduce ostapfitting.funbasic.func_factory for better backward compatibility
  3. add forward declarations for Karlin-Shapley and Karlin-Studden
  4. add more constructors to Ostap::Math::Polynomial
  5. add conversion from Karlin-Shapley and Karlin-Studden polynomials into regular polynomials
  6. add more contructors to Ostap::Math::Polynomial class
  7. unify the key-function for case-insensitive (and no underscores) dictionaries
  8. improve ostap.fitting.roostats and corresponding test
  9. more polishing for ostap.fitting.roostats and corresponding test
  10. disable plot from Feldman-Cousins for ROOT<6.18
  11. for ROOT>6.18 for ROOT.RooArgSet extend contains and getitem to accept indices and slices
  12. add generic fixed shape (no parameters) as RooAbsReal
  13. add fixed shape from histogam (no parameters) as RooAbsReal
  14. more polishing for ostap.fitting.roostats and corresponding test
  15. add front,back and pop methods
  16. add Karlin-Shapley and Karlin-Studden parameterisation for histograms
  17. remove some script from scripts subdirectory
  18. add more wrappers and utilites for RooStats (many thanks to Dmintry Golubkov for his examples and slides)
  19. extend test_fitting_roostats to cover intervals, point limit, scans - including constraints, resolution and efficincies that depends on ovservables
  20. Add Ostap::MoreRooFit::Minimal and Ostap::MoreRooFit::Maximal
  21. add ostap.roostats.FrequentistCalculator
  22. extend the test for FrequentistCalculator
  23. add more efficient integration for Shape1D/Shape2D/Shape3D/Histo1D/Histo2D/Histo3D classes
  24. add tag parameter for Shape1D_pdf/Shape2D_pdf/Shape3D_pdf
    1, improve test_fitting_roostats.py

Backward incompatible:

Bug fixes:

  1. fix thisostap.sh for usage with zsh