From 824a68459ab105bd992c5cf0980160884e373a2c Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Wed, 3 Apr 2024 10:47:33 +0200 Subject: [PATCH] prepare v1.10.1.2 --- CMakeLists.txt | 2 +- ReleaseNotes/release_notes.md | 3 ++- ReleaseNotes/v1.10.1.2.md | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes/v1.10.1.2.md diff --git a/CMakeLists.txt b/CMakeLists.txt index cbea1209..b9a719cd 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 1) -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 7e03ceb7..883fcbca 100644 --- a/ReleaseNotes/release_notes.md +++ b/ReleaseNotes/release_notes.md @@ -1,3 +1,5 @@ +# v1.10.1.2 + ## New features 1. improve prints from `PDF.load_params` 1. add `smooth` function for 1D-histogram @@ -12,7 +14,6 @@ ## Bug fixes - # v1.10.1.0 ## New features: diff --git a/ReleaseNotes/v1.10.1.2.md b/ReleaseNotes/v1.10.1.2.md new file mode 100644 index 00000000..df79d9b2 --- /dev/null +++ b/ReleaseNotes/v1.10.1.2.md @@ -0,0 +1,15 @@ +# v1.10.1.2 + +## New features + 1. improve prints from `PDF.load_params` + 1. add `smooth` function for 1D-histogram + 1. imporove `rebin*` functoions for 1D-histograms + 1. add possibility to add separator line to `summary_graphs` + 1. fix for new ROOT>6.31 few issues with std::string <--> const char* + 1. imporve a bit BLUE + 1. add "fix" for new pyROOT/cppyy for failure with ickling of enums + 1. fix morphing tests for new ROOT + +## Backward incompatible + +## Bug fixes