-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. add reduction&deserialisation for
RooPlot
objects (it works bet…
…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
1 parent
4a28336
commit 3747c86
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|