Skip to content

Commit

Permalink
1. Simplify interface for Ostap::Math::Integrator and `Ostap::Math…
Browse files Browse the repository at this point in the history
…::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.
  • Loading branch information
VanyaBelyaev committed Aug 10, 2020
1 parent 62321a1 commit 1376605
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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.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"
Expand Down
12 changes: 12 additions & 0 deletions ReleaseNotes/v1.5.0.2.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1376605

Please sign in to comment.