Skip to content

Commit

Permalink
prepare v1.9.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Mar 21, 2023
1 parent 70fd225 commit 5f9ca27
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 7)
set(OSTAP_VERSION_TWEAK 3)
set(OSTAP_VERSION_TWEAK 4)

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

Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# v1.9.7.4

## New features:
1. add new test/example `test_fitting_simfit7` to compre simultenoud fit versus fit with constraints
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/v1.9.7.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.9.7.4

## New features:
1. add new test/example `test_fitting_simfit7` to compre simultenoud fit versus fit with constraints
1. `fit1d` : add suffin to the name for automatically created backgronus component
1. add `Ostap::Math::hotelling` function to estgimate Hotelling t2-statistics
1. make use of `Ostap::Math::hotelling` function in reweighting tests
1. add new argument `respect_groups` for `split_string` function
1. insert `rootException` for several stat-related functions
1. improve printout for `Ostap::Functions::Expression` and friends
1. add posssibility to enable global thread safety and implicit MC via .ostaprc configuirtaion file
1. update/modify/fix `Ostap::Math::Moment_<>` and `Ostap::Math::WMoment_<>`
1. add `Ostap::StatVar::the_moment`
1. add `the_moment` method for `TTree`, `RooAbsData` and `DataFrame`

## Backward incompatible:

## Bug fixes:

0 comments on commit 5f9ca27

Please sign in to comment.