Skip to content

Commit

Permalink
prepare v1.10.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 11, 2024
1 parent b499b5e commit bd6bff8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
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 1)
set(OSTAP_VERSION_TWEAK 7)
set(OSTAP_VERSION_TWEAK 8)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
4 changes: 3 additions & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.10.1.8

## New features

1. Improve `addTMVAResponse` and `addChoppingResponse` (and their paralell analogues)
Expand All @@ -17,7 +19,7 @@

## Bug fixes

1. `ostap.stats.combine` fix calcualtion of p-value
1. `ostap.stats.combine` fix calculation of p-value


# v1.10.1.6
Expand Down
22 changes: 22 additions & 0 deletions ReleaseNotes/v1.10.1.8.md
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

0 comments on commit bd6bff8

Please sign in to comment.