Releases: OstapHEP/ostap
Releases · OstapHEP/ostap
v1.9.4.0
v1.9.4.0
New features:
- Add
Ostap::Math::FlatteBugg
,Ostap::Models::FlatteBugg
andFlatteBugg_pdf
- add addition for two `ROOT.RooPlot~ objects with the same structure
- more tuning for
Ostap::Utils::FitResult
- add
ROOT.TTree.fstatVar
andROOT.TTree.fstatVars
methods - extend
test_tools_tmva.py
to include all 5 ways to use TMVA results - add
counters_table
fnuction to printing the counters as a table - fix/impove issue with standard TMVA plots
- update TMVA examples/tests
- add
full_path
mehtods forROOT.TDirectory
andROOT.TTree
- improve
addTMVAresponce
functons - rmeove comma separator sfrom
ds_project
- slightly improve the prints from
tree_reduce
Backward incompatible:
Bug fixes:
- fix formfactor for
Ostap::Math::ChannelFlatteBugg
v1.9.3.8
v1.9.3.8
New features:
- add
nbinsx/nbinsy/nbinsz
keyword argyments forROOT.RooAbdData.draw
method - allow additional keywords arguments for
ROOT.RooAbsData.draw
method, further forwardded toROOT.TH1.draw
method - add function
soft_multivar_constraint
toostap.fitting.fithelpers.FitHelper
for creation of
the multivariate Gaussian constraints. - add example/test for using of the multivariate Gaussian constarines instead of simultaneous fit.
- add reduction for
RooMultiVarGaussian
class - fix
PDF.histo
methods
Backward incompatible:
Bug fixes:
- fix
tree_project
for the case of multiple projected variables into 1D histogram - fix deserialization of
ROOT.RooFitResult
objects
v1.9.3.6
v1.9.3.6
New features:
- reshuffle some code between
ostap.fitting.variables
andostap.fitting.roofuncs
- reshuffle some code between
ostap.fitting.variables
andostap.fitting.rooreduce
- add serialization/reducing for the graph-like objects
- fix exampels
- disable python warning from
scipy.signal
- add decorations for
TGraphMultiError
type - add helper module
valerrors
Backward incompatible:
Bug fixes:
- fix typo in
dataset.py
. Thanks Dmitry Pereima for reporting the problem - fix typo in
tmva.py
- fix serialization for
TGraphMultiError
type
v1.9.3.4
v1.9.3.4
New features:
- make
sPlot1D
serializeable - add new test for local sPlotting
Backward incompatible:
Bug fixes:
- fix serialisation for
Ostap::Functions::FuncTHND
andOstap::Functions::Func
v1.9.3.2
v1.9.3.2
New features:
- add reduction&deserialisation for
RooPlot
objects (it works better than defautl one) - add
items/iteritems
methods forRooPlot
Backward incompatible:
Bug fixes:
- fix small typo in
dataset.symmetrise
- fix small typo In
Fit2D
constructor - fix some other typos
v1.9.3.0
v1.9.3.0
New features:
- tiny tweak in
addChoppingResponse
- add separate
Lumi
object forData
-like set of classes
Backward incompatible:
Bug fixes:
- fix a typo in
frame_progress
- fix a typo in
root_file
- fix a typo in
add_branch
- fix a typo in
modifiers.py
v1.9.2.8
v1.9.2.8
New features:
- rename argument
sort
tosorted
forData
-like objects - add smooth transition functions
- add functions for Kanaidakis statistics
- add KGaussian function and correspondig PDF
Backward incompatible:
Bug fixes:
v1.9.2.6
v1.9.2.6
New features:
1. change order of arguments for constructor of `Ostap::Math::QGaussian` and `Ostap::Models::QGaussian`
1. add set of helpful fnuctions into `Ostap/QMath.h`
1. improve QGaussiang model
1. add 2D Tsallis distribution for pt versus rapidity (to be validated!)
1. add option to sort (default is True ) for Data-like objects
1. remove unnesessary ~__del__` method for `WorkManager`
1. add trivial filter `frame_prescale`
1. add options `prescale_signal` and `prescale_background` for TMVA and chopping
1. add C++ progress bar
1. improve tree_project and ds_project methods
1. improve frame progress
1. improve frame project
1. add progress bar to `Ostap::Trees::add_branch` and `Ostap::HistoProject::projectX`
1. add progress bar to `Ostap::PyIterator`
1. tuning `frame_project`
1. tweak parallel_test_toys
1. issue warning message for `AsymptorocError=True` for ROOT<(6,27), see [ROOT-PR-11282](https://github.com/root-project/root/pull/11282)
Backward incompatible:
Bug fixes:
- fix typo in
parallel_toys
- Thanks Dima Pereima for reporting the problem - set of minor fixes
- fix recenly intorduced bug in pyselectors
- fix a typo in
tmva.py
v1.9.2.4
v1.9.2.4
New features:
Backward incompatible:
Bug fixes:
- fix newly introduced typo in drawing for simulltaneous pdf. Thanks to Dima Pereima for reporitng a problem!
v1.9.2.2
v1.9.2.2
New features:
- add option
parallel
forData
and similar classes