Skip to content

Commit

Permalink
prepare v1.10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 29, 2023
1 parent a79a0f4 commit 96114c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
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 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})

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

## New features:

1. Add `Ostap::MoreRooFit::Rational` and `Ostap::MoreRooFit::RationalBernstein`
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes/v1.10.0.2.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 96114c3

Please sign in to comment.