From 96114c3c8492c153cd179e369871c3ffb84c3612 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Fri, 29 Sep 2023 08:34:20 +0200 Subject: [PATCH] prepare v1.10.0.2 --- CMakeLists.txt | 2 +- ReleaseNotes/release_notes.md | 2 ++ ReleaseNotes/v1.10.0.2.md | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v1.10.0.2.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b83a0bbb..1c51634b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ include(CTest) set(OSTAP_VERSION_MAJOR 1) set(OSTAP_VERSION_MINOR 10) set(OSTAP_VERSION_PATCH 0) -set(OSTAP_VERSION_TWEAK 1) +set(OSTAP_VERSION_TWEAK 2) set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK}) diff --git a/ReleaseNotes/release_notes.md b/ReleaseNotes/release_notes.md index e5a200c0..6ac861dc 100644 --- a/ReleaseNotes/release_notes.md +++ b/ReleaseNotes/release_notes.md @@ -1,3 +1,5 @@ +# v1.10.0.2 + ## New features: 1. Add `Ostap::MoreRooFit::Rational` and `Ostap::MoreRooFit::RationalBernstein` diff --git a/ReleaseNotes/v1.10.0.2.md b/ReleaseNotes/v1.10.0.2.md new file mode 100644 index 00000000..875f3da7 --- /dev/null +++ b/ReleaseNotes/v1.10.0.2.md @@ -0,0 +1,15 @@ +# v1.10.0.2 + +## New features: + + 1. Add `Ostap::MoreRooFit::Rational` and `Ostap::MoreRooFit::RationalBernstein` + 1. Add `RationalFun` & `RationalBernsteinFun` FUN + 1. For 6.29<=ROOT add option 'EvalBackend' and remove 'BatchMode' + 1. For 6.29<=ROOT make use of `ROOT::RDF::Experimental::AddProgressbar` utility + 1. Add operators for `Ostap::Math::Rational` and `Ostap::Math::RationalBernstein` + +## Backward incompatible: + +## Bug fixes: + + 1. Fix a sad bug in `Ostap::Math::Bernstein` for incorrectuage of `elevate`