Skip to content

Commit

Permalink
prepare v1.12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 28, 2024
1 parent 00d3532 commit 8e96165
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 13)
set(OSTAP_VERSION_PATCH 0)
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
5 changes: 3 additions & 2 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# 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.
1. add column `@limit?` for printout of `RooFitResult` object to show the distance to the limit (if any). Distances of <3sigma, and <5 sigma are colored. Distances > 10sigma are omitted.

`
## Backward incompatible

## Bug fixes
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/v1.13.0.2.md
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`

0 comments on commit 8e96165

Please sign in to comment.