Skip to content

Commit

Permalink
prepare v1.9.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 26, 2023
1 parent cf37ae0 commit 9a34b78
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
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 8)
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
3 changes: 2 additions & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.9.8.4

## New features:

1. add new example on making p-value scan (thanks to Dima Golubkov)
Expand All @@ -8,7 +10,6 @@
1. add functionality to generate (weighted) x1/x2 and z1/z2 distributions for Dalitz configurations
1. add `s2x` and `s2z` methods for `Ostap::Kinematics::Dalitz0/Dalitz` classes for better unificaton of interfaces
1. add more tests for Dalitz< in parituclar (s1,s2)<->(z1,z2) mapping


## Backward incompatible:

Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/v1.9.8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.9.8.4

## New features:

1. add new example on making p-value scan (thanks to Dima Golubkov)
1. Fix `FrequentistsCalcualtor` and `HybridCalculator` to use cloned datasets. (They can destriy/corrupt input dataset). Clone ddatatsets are deleted after usage
1. simplify interface for `P0Plot.fill`
1. `ostap.utils.utils` : add `CRange` and `crange` - helper utilities to generate range of values between vmin and vmax according to Chebyshev nodes
1. add `z1,z2` variables (and corresponding transformations) for `Ostap::Kinematics::Dalitz0/Dalitz` classes
1. add functionality to generate (weighted) x1/x2 and z1/z2 distributions for Dalitz configurations
1. add `s2x` and `s2z` methods for `Ostap::Kinematics::Dalitz0/Dalitz` classes for better unificaton of interfaces
1. add more tests for Dalitz< in parituclar (s1,s2)<->(z1,z2) mapping

## Backward incompatible:

1. remove `use_onesided` argument from `AsymptoticCalculator` constructor

## Bug fixes:

0 comments on commit 9a34b78

Please sign in to comment.