Skip to content

Commit

Permalink
prepare v1.10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 3, 2024
1 parent a758506 commit 824a684
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
3 changes: 2 additions & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.10.1.2

## New features
1. improve prints from `PDF.load_params`
1. add `smooth` function for 1D-histogram
Expand All @@ -12,7 +14,6 @@

## Bug fixes


# v1.10.1.0

## New features:
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes/v1.10.1.2.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 824a684

Please sign in to comment.