v1.13.2.0
VanyaBelyaev
released this
06 Sep 13:05
·
260 commits
to master
since this release
v1.13.2.0
New features
- Further improvemets for nice printout of linear algebra objects
- Add
lnorm
andmnorm
methods for matrices to get L-norm and max-norm - Add
gdiagonal
method to get diagonal matrice - Add
abs
method forSVectors
- Improve Linear Algebra tests
- Improve the machinery for eigenvalues and eigenvectors
- Add possibility to avoid coloring of the header row in the tables
- Add protection for double cpoulmn (
::
) for the expression strings - Resurrect and improve
ostap.stats.corr2d
module with simple 2D-decorrelation utility - Make use of
terminaltables3
instead ofterminaltables
where/when possible - Add new method
TH1.min_positive
to get minimal positive entry (or negative infinity). - make a try to relace
distutilts
tosysconfig
inCMakeList.txt
- some reshuffling of
CMakeList.txt
- make it a bit more readable ostap.math.base
: switch for C++ version offrext10
(better treatment ofalmost-zero-numbers
test_*_toys
: make use of newTH1.mini_positive
method
Backward incompatible
Bug fixes
- Fix tiny bug in
histo_book
- Fix tiny bug in printout of linear algebra objects