From 13766058e4aa8f5d3eb3514dc5013968cdca9e9a Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Mon, 10 Aug 2020 12:52:23 +0200 Subject: [PATCH] 1. Simplify interface for `Ostap::Math::Integrator` and `Ostap::Math::DalitzIntegrator` classes: essentially remove large duplication, the tag/label argumetn for caching is now the last one and "optional" 1. add methods to create `Ostap::Math::ChebyshevSum` from `Ostap::Math::ChebyshevApproximation` 1. fix a bit strange "feature" with "derived" variable in `RooDataSet` (thanks to Alexander Artamonov for rereporting). It happens that `RooDataSet::addColumn`RooDataSet::addColumns` behave a bit differently. the first one issues the error message and variable behaves weirdly. --- ReleaseNotes/release_notes.md | 2 ++ ReleaseNotes/v1.5.0.2.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 ReleaseNotes/v1.5.0.2.md diff --git a/ReleaseNotes/release_notes.md b/ReleaseNotes/release_notes.md index 3a02ec82..9ed38457 100644 --- a/ReleaseNotes/release_notes.md +++ b/ReleaseNotes/release_notes.md @@ -1,3 +1,5 @@ +# v1.5.0.1 + ## New features 1. Simplify interface for `Ostap::Math::Integrator` and `Ostap::Math::DalitzIntegrator` classes: essentially remove large duplication, the tag/label argumetn for caching is now the last one and "optional" diff --git a/ReleaseNotes/v1.5.0.2.md b/ReleaseNotes/v1.5.0.2.md new file mode 100644 index 00000000..81b07680 --- /dev/null +++ b/ReleaseNotes/v1.5.0.2.md @@ -0,0 +1,12 @@ +# v1.5.0.2 + +## New features + + 1. Simplify interface for `Ostap::Math::Integrator` and `Ostap::Math::DalitzIntegrator` classes: essentially remove large duplication, the tag/label argumetn for caching is now the last one and "optional" + 1. add methods to create `Ostap::Math::ChebyshevSum` from `Ostap::Math::ChebyshevApproximation` + +## Backward incompatible changes + +## Bug fixes: + 1. fix a bit strange "feature" with "derived" variable in `RooDataSet` (thanks to Alexander Artamonov for rereporting). It happens that `RooDataSet::addColumn`RooDataSet::addColumns` behave a bit differently. the first one issues the error message and variable behaves weirdly. +