-
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.
- Loading branch information
1 parent
00d3532
commit 8e96165
Showing
3 changed files
with
22 additions
and
3 deletions.
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,18 @@ | ||
# v1.13.0.2 | ||
|
||
## New features | ||
|
||
1. improve pretty-print for matrices | ||
1. add `pretty_array` function for nice print of arrays/sequences | ||
1. add some auxillary methods for matrices: `(min/max/minabs/maxabs)_element` and `(min/max)_diagonal` and `(min/max/minabs/maxabs)_element_index` | ||
1. improve printout of `SVectorwithError` | ||
1. add `pos_error/neg_error/errors` properteis to `Ostap::Math::ValueWithError` object ` | ||
1. add column `@limit?` for printput of `RooFitResult` object to shwo the distance to the limits (if any). Distanc eof <3sigma, an d<5 sigma ar ecolored. Distances > 10sigma are omitted. | ||
|
||
## Backward incompatible | ||
|
||
## Bug fixes | ||
|
||
1. fix the typo in `Ostap/MatrixUtilsT.h` | ||
1. fix `ostap.utils.basic.mtime` | ||
|