-
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
c14f67f
commit 89c7d62
Showing
3 changed files
with
31 additions
and
1 deletion.
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.10.0.4 | ||
|
||
## New features: | ||
|
||
1. Update `histo_compare` tests | ||
|
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,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` | ||
` |