Skip to content

Commit

Permalink
1. add parallelisation to GoF1DToys
Browse files Browse the repository at this point in the history
  1. add `style=None` or `style=''` argument for many `table`-methods
  1. add empirical cumulative functions for weighted data
  1. suppress `CloneData` argument for NLL creation for 6.28<=ROOT
  1. change default `silent=True` to `silent=False` for `graph_profile`
  1. modify a bit treatment of `residual=` and `pull=` in `PDF.draw`
  1. a fix for `test_fitting_datasets` and `tets_fitting_selectors`
  1. add `Ostap.MoreRooFit.Rank`
  1. make (de)serialization of GoF1D objects more robust
  1. tweak for `RooRealVar.__reduce__`
  1. add clipping for `GoF1D/GoF1DToys`

  1. tiny fix for `constraint`/`constraints` argument
  1. tiny fix for ZA-gof method
  • Loading branch information
VanyaBelyaev committed Dec 2, 2024
1 parent 765bb82 commit 614ade7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 13)
set(OSTAP_VERSION_PATCH 7)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_PATCH 8)
set(OSTAP_VERSION_TWEAK 0)

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.13.8.0

## New features

1. add parallelisation to `GoF1DToys`
Expand Down
23 changes: 23 additions & 0 deletions ReleaseNotes/v1.13.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v1.13.8.0

## New features

1. add parallelisation to `GoF1DToys`
1. add `style=None` or `style=''` argument for many `table`-methods
1. add empirical cumulative functions for weighted data
1. suppress `CloneData` argument for NLL creation for 6.28<=ROOT
1. change default `silent=True` to `silent=False` for `graph_profile`
1. modify a bit treatment of `residual=` and `pull=` in `PDF.draw`
1. a fix for `test_fitting_datasets` and `tets_fitting_selectors`
1. add `Ostap.MoreRooFit.Rank`
1. make (de)serialization of GoF1D objects more robust
1. tweak for `RooRealVar.__reduce__`
1. add clipping for `GoF1D/GoF1DToys`

## Backward incompatible

## Bug fixes

1. tiny fix for `constraint`/`constraints` argument
1. tiny fix for ZA-gof method

0 comments on commit 614ade7

Please sign in to comment.