From 7586887325a9d08fbb0e4f5a885231f591a854d730c6f017c709cda9a99b205f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 May 2022 16:04:16 +0000 Subject: [PATCH] Accepting request 977063 from home:badshah400:branches:devel:libraries:c_c++ Update to version 11.1.0 OBS-URL: https://build.opensuse.org/request/show/977063 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=311 --- armadillo-11.0.1.tar.xz | 3 --- armadillo-11.1.0.tar.xz | 3 +++ armadillo.changes | 11 +++++++++++ armadillo.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 armadillo-11.0.1.tar.xz create mode 100644 armadillo-11.1.0.tar.xz diff --git a/armadillo-11.0.1.tar.xz b/armadillo-11.0.1.tar.xz deleted file mode 100644 index 05bc45e..0000000 --- a/armadillo-11.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e43d4449376c1fc8b562095431bb82cf9c4ff98a791a22a25d0f96e5e7937c22 -size 6842520 diff --git a/armadillo-11.1.0.tar.xz b/armadillo-11.1.0.tar.xz new file mode 100644 index 0000000..e595e51 --- /dev/null +++ b/armadillo-11.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb8f518300df9717f8ec04dcadcf80f1e8e928012e43cd058ecad91d69fe7bc +size 6848656 diff --git a/armadillo.changes b/armadillo.changes index af401c8..d362d84 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 13 13:24:37 UTC 2022 - Atri Bhattacharya + +- Update to version 11.1.0: + * Added inv_opts::no_ugly option to inv() and inv_sympd() to + disallow inverses of poorly conditioned matrices. + * More efficient handling of rank-deficient matrices via + inv_opts::allow_approx option in inv() and inv_sympd(). + * Better detection of rank deficient matrices by solve(). + * Faster handling of symmetric and diagonal matrices by cond(). + ------------------------------------------------------------------- Mon Apr 18 14:43:41 UTC 2022 - Ferdinand Thiessen diff --git a/armadillo.spec b/armadillo.spec index 11001b4..2818fdc 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo11 Name: armadillo -Version: 11.0.1 +Version: 11.1.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0