Skip to content

Commit

Permalink
prepare v1.9.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Feb 27, 2023
1 parent 0be96fd commit 320d140
Show file tree
Hide file tree
Showing 3 changed files with 19 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 6)
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
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.6.8

## New features:

1. add new module `ostap.io.zstshelve` with shelve-like databse using `zstandard` compression
Expand All @@ -12,7 +14,6 @@

## Bug fixes:


# v1.9.6.6

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

## New features:

1. add new module `ostap.io.zstshelve` with shelve-like databse using `zstandard` compression
1. add generalized Pareto distribution and reparameterised version of the exponentiated generalized Pareto distribution: functions and PDFs
1. add generalized extreme value distribution: function and PDF
1. impoetant improvements for classical reweigting
1. make more accurate "density" method for histograms
1. add `table2` fuction for trees and datasets
1. add progress bar to `add_reweighting` method

## Backward incompatible:

## Bug fixes:

0 comments on commit 320d140

Please sign in to comment.