Skip to content

Commit

Permalink
1. add reduction&deserialisation for RooPlot objects (it works bet…
Browse files Browse the repository at this point in the history
…ter than defautl one)

   1. add `items/iteritems` methods for `RooPlot`

   1. fix small typo in `dataset.symmetrise`
   1. fix small typo  In `Fit2D` constructor
   1. fix some other typos
  • Loading branch information
VanyaBelyaev committed Sep 19, 2022
1 parent 4a28336 commit 3747c86
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 @@ -21,7 +21,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 3)
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.9.3.2

## New features:

1. add reduction&deserialisation for `RooPlot` objects (it works better than defautl one)
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes/v1.9.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# v1.9.3.2

## New features:

1. add reduction&deserialisation for `RooPlot` objects (it works better than defautl one)
1. add `items/iteritems` methods for `RooPlot`

## Backward incompatible:

## Bug fixes:

1. fix small typo in `dataset.symmetrise`
1. fix small typo In `Fit2D` constructor
1. fix some other typos

0 comments on commit 3747c86

Please sign in to comment.