Skip to content

Releases: OstapHEP/ostap

v3.6.9.12

25 Mar 13:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.9.12

New features

  1. fixes, fixes, fixes
  2. Add files argument to constructor of ROOT.TChain

Bug fixes

  1. fixes, fixes, fixes
  2. fix the bug in adding TMVA/choping decision for TChain

Backward incompatible

  1. rename ostap.core.base t o ostap.core.core_base
  2. rename ostap.math.base to ostap.math.math_base
  3. rename ostap.trees.base to ostap.trees.trees.base

3.6.9.10

22 Mar 10:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: 3.6.9.9.4...3.6.9.10

v3.6.9.9.4

08 Mar 09:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.9.9.2

07 Mar 10:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.9.9.4

07 Mar 15:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.9.9.3

07 Mar 13:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.9.9.1

06 Mar 17:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.6.9

06 Mar 08:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.6.9

New features

  1. Sigmoid type can be also specified by the string/"sigmoid name" (not only by enum!)
  2. add Sine-type sigmoid, based on (1+sin(2x))/2
  3. add many new distributions
  4. upgrade many distribution to use ew ase classes. Drastic reduction of code lines.
  5. add "folding" for RooDataSet and extend the corresponding test
  6. add dump and dump_table methods to RooDataSet to dump the content of dataset in a table form
  7. fix shared_entries and shared_data methdos for RooDataSet
  8. major upgrade for pdg_format utiilty: reduce code & improve fuctionality
  9. add PDG option for pretty-print functions for VE, VAE and VME objects

Bug fixes

  1. Fix recently introduced bug (thanks to @DmitryYuGolubkov Dima Golubkov)
  2. Fix Ostap::Math::(ln,i)beta

Backward incompatible

  1. split command-line option --macros into two options: -l/--load-macros and -x/--exec-macros for the lists of ROOT/C++ macros
    to be loaded via ROOT.TROOT.LoadMacro and list of macros to be executed via `ROOT.TROOT.Macro``
  2. rename scale for ResoGauss2 into sigma_scale
  3. for several distributinos change the parameters from "X" to "logx"
  4. rename Burr -> BurrXII

v3.6.6.0

03 Feb 16:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.6.0

New features

  1. add Ostap::Math::fermi_dirac function for complete Fermi-Dirac integral (for non-negative integer order)
  2. add Ostap::Math::dirichlet_beta function
  3. add alias Ostap::Math::hurwitz_zeta for Ostap::Math::hurwitz
  4. add alias Ostap::Math::Dirichlet_eta for Ostap::Math::eta
  5. add alias Ostap::Math::hyperg_M for Ostap::Math::hyperg_1F1
  6. add Ostap::Math::hyperg_U
  7. improve Ostap::Math::Differences
  8. tiny tweaks for graph_summary
  9. tiny improvement for AsymErrors, 'ValWithErrorsandValWithMultiErrors` prints

Bug fixes

  1. fix bugs in the printout of the AsymErrors, 'ValWithErrorsandValWithMultiErrors`

v3.6.5.0

23 Jan 18:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.6.5.0

New features

  1. minor tweak for the treatment of delta for Ostap::Math::Sigmoid. It should improve the fits.
  2. many fixes and tweaks for DNN & USTAT Goodness of fit estimators
  3. more fixes & tweaks for GoF methods

Bug fixes

Backward incompatible