-
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
b499b5e
commit bd6bff8
Showing
3 changed files
with
26 additions
and
2 deletions.
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
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,22 @@ | ||
# v1.10.1.8 | ||
|
||
## New features | ||
|
||
1. Improve `addTMVAResponse` and `addChoppingResponse` (and their paralell analogues) | ||
1. improve `parallel_copy`, rely on `xargs` when `GNU parallel` is not available | ||
1. add add parallel `sync` based on `rsync -a` & `xargs/parallel` | ||
1. `sqlitedict` : tiny fix for warning in `python-3.11` | ||
1. fix `pypdf` examples | ||
1. add `ostap.stats.average` code for calculation of averages for inconsistet data | ||
1. add test for `ostap.stats.average` | ||
1. reshullle a bit the code between `ostap.math.minimize` and `ostap.math.local_minimize` | ||
1. add `sync_dirs` function into `ostap.io.files` module to syncronize the directories | ||
1. add `UseWeb` & 'useWeb' contetx managers for setting the WebDispaly into `ostap.plotting.canvas` module | ||
1. add command line option `-w/--web` optioon for `ostap` script to alolow defien Web-Distplay | ||
1. add command line option `-p/--print-level` optioon for `ostap` script for better contol of the global print level | ||
|
||
## Backward incompatible | ||
|
||
## Bug fixes | ||
|
||
1. `ostap.stats.combine` fix calculation of p-value |