Skip to content

v1.9.9.4

Compare
Choose a tag to compare
@VanyaBelyaev VanyaBelyaev released this 17 Jul 06:48
· 675 commits to master since this release

v1.9.9.4

New features:

  1. add context managers for ROOT&RooFit random numbers generators
  2. slight improvement for combine.py : add helper function covMatrix to create 100% correlated or uncorrelated covariance matrices
  3. slight improvement for test_stats_blue.py
  4. add parallel_add_reweighting to speedup adding the reweighting information to TTree/TChain
  5. add parallel version of sumVar method
  6. re-enable TMVA plots
  7. make parallel fill of datasets more flexible
  8. add methods dot and weight_sum to SVectorWithError
  9. add parallel versions for jackknife and bootstrapping
  10. improvements for parallel versions for jackknife and bootstrapping
  11. make use of tabulate package - mainly to produce LaTex tables
  12. re-enabvle plots for TMVA
  13. add plot argument to use_canvas context manager to print the plot at __exit__
  14. fix few typos in documentation
  15. soem adjustment for CleanUp machinery
  16. improvement for the output for add_chopping_response
  17. do not add sumw2/asymttotic flags for fitting of ROOT.RooDataHist
  18. allow to deal with the histograms in make_toys and make_toys2
  19. add storage argument to PDF.generate to allow specification of the storage type for dataset
  20. add TH1D.eff and TH!F.eff methods to make "correct" efficinecy historgams

Backward incompatible:

Bug fixes:

  1. Fix the bug/typo in padd_reweighting
  2. fix parallel addChoppingResponse - the categroy_name was ignored
  3. fix but in parallel addChoppingResponse ( the category_name argument was ignored)