Skip to content

Commit

Permalink
start v1.10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 4, 2024
1 parent 94c74ab commit bb20d8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 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 2)
set(OSTAP_VERSION_TWEAK 3)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

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

This file was deleted.

0 comments on commit bb20d8f

Please sign in to comment.