From bb20d8f1f0cbe9e95195fcec222efe0d1345fe1f Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Thu, 4 Apr 2024 15:46:52 +0200 Subject: [PATCH] start v1.10.1.3 --- CMakeLists.txt | 2 +- ReleaseNotes/release_notes.md | 8 ++++++++ ReleaseNotes/v1.10.1.2.md | 15 --------------- 3 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 ReleaseNotes/v1.10.1.2.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b9a719cd..2270ec53 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 2) +set(OSTAP_VERSION_TWEAK 3) 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 82498161..3e9bcf9a 100644 --- a/ReleaseNotes/release_notes.md +++ b/ReleaseNotes/release_notes.md @@ -1,6 +1,14 @@ +## New features + +## Backward incompatible + +## Bug fixes + + # 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 diff --git a/ReleaseNotes/v1.10.1.2.md b/ReleaseNotes/v1.10.1.2.md deleted file mode 100644 index df79d9b2..00000000 --- a/ReleaseNotes/v1.10.1.2.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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