Skip to content

Commit

Permalink
prepare v1.9.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jun 1, 2023
1 parent c17022d commit 8295f0f
Show file tree
Hide file tree
Showing 3 changed files with 17 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 9)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_TWEAK 2)

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.9.2

## New features:

1. add new test for exteding drawing
Expand All @@ -11,7 +13,6 @@

1. fix the bug in the `H2D_dset` and `H3D_dset` for `weighted=True` case


# v1.9.9.0

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

## New features:

1. add new test for exteding drawing
1. add new method `valid_formula` that is usefuel for creation of formulas from expressions
1. add helper context manager `random_seed`
1. add new methods for `RooDataSet` : `unique_entries`, `duplicates` and `make_unique` to deal with "duplicated" entries (multiple count)

## Backward incompatible:

## Bug fixes:

1. fix the bug in the `H2D_dset` and `H3D_dset` for `weighted=True` case

0 comments on commit 8295f0f

Please sign in to comment.