Skip to content

Commit

Permalink
prepare v1.9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Nov 14, 2022
1 parent 4b5f632 commit a97a50f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 3)
set(OSTAP_VERSION_TWEAK 9)
set(OSTAP_VERSION_PATCH 4)
set(OSTAP_VERSION_TWEAK 0)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
2 changes: 2 additions & 0 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.9.4.0

## New features:

1. Add `Ostap::Math::FlatteBugg` , `Ostap::Models::FlatteBugg` and `FlatteBugg_pdf`
Expand Down
23 changes: 23 additions & 0 deletions ReleaseNotes/v1.9.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v1.9.4.0

## New features:

1. Add `Ostap::Math::FlatteBugg` , `Ostap::Models::FlatteBugg` and `FlatteBugg_pdf`
1. add addition for two `ROOT.RooPlot~ objects with the same structure
1. more tuning for `Ostap::Utils::FitResult`
1. add `ROOT.TTree.fstatVar` and `ROOT.TTree.fstatVars` methods
1. extend `test_tools_tmva.py` to include all 5 ways to use TMVA results
1. add `counters_table` fnuction to printing the counters as a table
1. fix/impove issue with standard TMVA plots
1. update TMVA examples/tests
1. add `full_path` mehtods for `ROOT.TDirectory` and `ROOT.TTree`
1. improve `addTMVAresponce` functons
1. rmeove comma separator sfrom `ds_project`
1. slightly improve the prints from `tree_reduce`


## Backward incompatible:

## Bug fixes:

1. fix formfactor for `Ostap::Math::ChannelFlatteBugg`

0 comments on commit a97a50f

Please sign in to comment.