From 32c6d9371ce78c14fb6ff097636015a3bc0a524d84c2273048740541cafbe6d2 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 26 May 2021 12:52:22 +0000 Subject: [PATCH] Accepting request 895001 from home:badshah400:branches:devel:libraries:c_c++ Update to version 10.5.0. Note: Build failures for openSUSE_Factory have nothing to do with changes in current sr. OBS-URL: https://build.opensuse.org/request/show/895001 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=292 --- armadillo-10.4.1.tar.xz | 3 --- armadillo-10.5.0.tar.xz | 3 +++ armadillo.changes | 12 ++++++++++++ armadillo.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 armadillo-10.4.1.tar.xz create mode 100644 armadillo-10.5.0.tar.xz diff --git a/armadillo-10.4.1.tar.xz b/armadillo-10.4.1.tar.xz deleted file mode 100644 index 045fab2..0000000 --- a/armadillo-10.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a451e055de5f8b0484acd5cab2ec5dbad6de28737b5cc72510d892ec69a580 -size 6220808 diff --git a/armadillo-10.5.0.tar.xz b/armadillo-10.5.0.tar.xz new file mode 100644 index 0000000..a3cc48c --- /dev/null +++ b/armadillo-10.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea990c34dc6d70d7c95b4354d9f3b0819bde257dbb67796348e91e196082cb87 +size 6220848 diff --git a/armadillo.changes b/armadillo.changes index 8301231..642b285 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 23 00:07:09 UTC 2021 - Atri Bhattacharya + +- Update to version 10.5.0: + * Added .clamp() member function. + * Expanded the standalone clamp() function to handle complex + values. + * More efficient use of OpenMP. + * vector, matrix and cube constructors now initialise elements + to zero by default; use the fill::none specifier, eg. mat + X(4,5,fill::none), to disable element initialisation. + ------------------------------------------------------------------- Sat May 8 14:31:13 UTC 2021 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index edd4a01..3bec4ae 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.4.1 +Version: 10.5.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0