Skip to content

Commit

Permalink
1. rename argument sort to sorted for Data-like objects
Browse files Browse the repository at this point in the history
  1. add smooth transition functions
  1. add functions for Kanaidakis statistics
  1. add KGaussian function and correspondig PDF
  • Loading branch information
VanyaBelyaev committed Sep 13, 2022
1 parent f281961 commit 39a6b9b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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 2)
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
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.9.2.8

## New features:

1. rename argument `sort` to `sorted` for `Data`-like objects
Expand Down
12 changes: 12 additions & 0 deletions ReleaseNotes/v1.9.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v1.9.2.8

## New features:

1. rename argument `sort` to `sorted` for `Data`-like objects
1. add smooth transition functions
1. add functions for Kanaidakis statistics
1. add KGaussian function and correspondig PDF

## Backward incompatible:

## Bug fixes:

0 comments on commit 39a6b9b

Please sign in to comment.