From 8751d554e38638166b7290eebaff690f5cb7230fd0766dc70f353a018fe87364 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 30 Oct 2019 11:08:09 +0000 Subject: [PATCH] Accepting request 744040 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.800.1: * Faster solve() in default operation; iterative refinement is no longer applied by default; use solve_opts::refine to explicitly enable refinement. * Faster expmat(). * Faster handling of triangular matrices by rcond(). * Added .front() and .back(). * Added .is_trimatu() and .is_trimatl(). * Added .is_diagmat(). OBS-URL: https://build.opensuse.org/request/show/744040 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=256 --- armadillo-9.700.2.tar.xz | 3 --- armadillo-9.800.1.tar.xz | 3 +++ armadillo.changes | 13 +++++++++++++ armadillo.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.700.2.tar.xz create mode 100644 armadillo-9.800.1.tar.xz diff --git a/armadillo-9.700.2.tar.xz b/armadillo-9.700.2.tar.xz deleted file mode 100644 index b16a888..0000000 --- a/armadillo-9.700.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd -size 4710256 diff --git a/armadillo-9.800.1.tar.xz b/armadillo-9.800.1.tar.xz new file mode 100644 index 0000000..ce900ab --- /dev/null +++ b/armadillo-9.800.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcf57e031465848d2110d2d9f0b09a3bfd31d7e117327e6142935f2e783daee +size 4713172 diff --git a/armadillo.changes b/armadillo.changes index 7586f5e..7d5437d 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 30 09:43:40 UTC 2019 - Atri Bhattacharya + +- Update to version 9.800.1: + * Faster solve() in default operation; iterative refinement is + no longer applied by default; use solve_opts::refine to + explicitly enable refinement. + * Faster expmat(). + * Faster handling of triangular matrices by rcond(). + * Added .front() and .back(). + * Added .is_trimatu() and .is_trimatl(). + * Added .is_diagmat(). + ------------------------------------------------------------------- Thu Sep 5 09:35:57 UTC 2019 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index ab9cef0..a68c75d 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.700.2 +Version: 9.800.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0