Skip to content

Commit

Permalink
prepare v1.10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 10, 2023
1 parent c14f67f commit 89c7d62
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 10)
set(OSTAP_VERSION_PATCH 0)
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
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.10.0.4

## New features:

1. Update `histo_compare` tests
Expand Down
28 changes: 28 additions & 0 deletions ReleaseNotes/v1.10.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v1.10.0.4

## New features:

1. Update `histo_compare` tests
1. Slight optimisation in `Ostap::Math::ChebyshedSum`
1. Further optimisation in `Ostap::Math::ChebyshedSum`
1. add new test `ostap/math/tests/test_math.poly.py`
1. Reduce usage of `Ostap::Utils::Iterator`
1. add test for `ostap.stats.ustat` module
1. Add `Ostap::Math::two_samples` function
1. Add the first version of code for RooDataSety -> numpy conversion by Artem Egorychev
1. Improve `ds2numpy` code and test
1. small fixes for `ostap.utuls.split_ranges`
1. add conversion to int for `RooAbsCategory`
1. add iterator/contains/len functions for `RooAbsDataStore`
1. add some simple utilities for goodness-of-fit studies `ostap.stats.gof`
1. simplify `Ostap::Utils:::getWeight` for 6.26<=ROOT

## Backward incompatible:

1. change the interface for functions from the `ostap.stats.ustat` module
1. change the interface for the `Ostap::UStat` class

## Bug fixes:

1. fix a newly introduced bug in `ostap.utils.utils.split_range`
`

0 comments on commit 89c7d62

Please sign in to comment.