Skip to content

Commit

Permalink
prepare v1.13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 28, 2024
1 parent 45c17fb commit 90c3d18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 13)
set(OSTAP_VERSION_PATCH 5)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_PATCH 6)
set(OSTAP_VERSION_TWEAK 0)

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.13.6.0

## New features

1. add more methods to `Ostap::Math::ECDF` to get the ranking
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/v1.13.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.13.6.0

## New features

1. add more methods to `Ostap::Math::ECDF` to get the ranking
1. optimise `Ostap::Math::ECDF` and skip sorting when possible
1. add `ostap.stats.twosamples.py` to make Two Sampel Tests
1. add the test for Two Sample Test
1. reduce code duplication between GoF-1D and Two-Sample Tests
1. Add Anderson-Darling and Cramer-von-Mises Two Sample Tests
1. Add progress bar to methdos dealing with unique/duplicated entries in dataset
1. Add Hilbert transform
1. Add Laplace transform

## Backward incompatible

## Bug fixes

0 comments on commit 90c3d18

Please sign in to comment.