Skip to content

Commit

Permalink
prepae v1.4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed May 16, 2020
1 parent f19457b commit b882a89
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 4)
set(OSTAP_VERSION_PATCH 8)
set(OSTAP_VERSION_TWEAK 3)
set(OSTAP_VERSION_TWEAK 4)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v1.4.8.4

## New features

1. improvea bot the printout for `compressed_shelve`
1. add new module `ostap.math.covtransform` for transformation of covariance matrices
1. add tests for `contransfrmm`
Expand Down
25 changes: 0 additions & 25 deletions ReleaseNotes/v1.4.8.3.md

This file was deleted.

18 changes: 18 additions & 0 deletions ReleaseNotes/v1.4.8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.4.8.4

## New features

1. improvea bot the printout for `compressed_shelve`
1. add new module `ostap.math.covtransform` for transformation of covariance matrices
1. add tests for `contransfrmm`
1. extend (part of) linear algebra for `SVectorWithError`
1. add `io.dbase` module allowing to use `bdsdb3` if available
`
## Backward incompatible changes

## Bug fixes:

1. fix bug for `PDF`/`FUNC` evalaution with uncertainty
1. fix bug for `Ostap::Math::SMatrixWithError`
1. fix travis-CI tests

0 comments on commit b882a89

Please sign in to comment.