-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b5f632
commit a97a50f
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |