From e8541fb4f50f71fdd06fd2d77beb88d0c3525e00170ae7ed9a72ef50526b9e46 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 9 May 2021 14:24:19 +0000 Subject: [PATCH] Accepting request 891539 from home:badshah400:branches:devel:libraries:c_c++ Version 10.4.1 OBS-URL: https://build.opensuse.org/request/show/891539 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=290 --- armadillo-10.3.0.tar.xz | 3 --- armadillo-10.4.1.tar.xz | 3 +++ armadillo.changes | 13 +++++++++++++ armadillo.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 armadillo-10.3.0.tar.xz create mode 100644 armadillo-10.4.1.tar.xz diff --git a/armadillo-10.3.0.tar.xz b/armadillo-10.3.0.tar.xz deleted file mode 100644 index e3daac4..0000000 --- a/armadillo-10.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab1efffa5af90000a11a19a39302fdfbc5c4abf6fab578a9bd0e9c95cf81e4c7 -size 6214388 diff --git a/armadillo-10.4.1.tar.xz b/armadillo-10.4.1.tar.xz new file mode 100644 index 0000000..045fab2 --- /dev/null +++ b/armadillo-10.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a451e055de5f8b0484acd5cab2ec5dbad6de28737b5cc72510d892ec69a580 +size 6220808 diff --git a/armadillo.changes b/armadillo.changes index 3e19f0d..8301231 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat May 8 14:31:13 UTC 2021 - Atri Bhattacharya + +- Update to version 10.4.1: + * Faster handling of triangular matrices by log_det(). + * Added log_det_sympd() for log determinant of symmetric + positive matrices. + * Added ARMA_WARN_LEVEL configuration option, to control the + degree of emitted warning messages. + * Reduced the default degree of warning messages, so that failed + decompositions, failed saving/loading, etc, no longer emit + warnings. + ------------------------------------------------------------------- Sat Mar 13 14:20:22 UTC 2021 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index e738f54..edd4a01 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.3.0 +Version: 10.4.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0