From e2fe7596b780b887f050d85c336861e0c79d677fae0c020e179d2247783b1b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 16 May 2018 08:18:09 +0000 Subject: [PATCH] Accepting request 609019 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 8.500.1: + Faster handling of sparse matrices by kron() and repmat(). + Faster transpose of sparse matrices. + Faster element access in sparse matrices. + Faster row iterators for sparse matrices. + Faster handling of compound expressions by trace(). + More efficient handling of aliasing in submatrix views. + Expanded normalise() to handle sparse matrices. + Expanded .transform() and .for_each() to handle sparse matrices. + Added reverse() for reversing order of elements. + Added repelem() for replicating elements. + Added roots() for finding the roots of a polynomial. OBS-URL: https://build.opensuse.org/request/show/609019 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=236 --- armadillo-8.400.0.tar.xz | 3 --- armadillo-8.500.1.tar.xz | 3 +++ armadillo.changes | 17 +++++++++++++++++ armadillo.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 armadillo-8.400.0.tar.xz create mode 100644 armadillo-8.500.1.tar.xz diff --git a/armadillo-8.400.0.tar.xz b/armadillo-8.400.0.tar.xz deleted file mode 100644 index 76283e9..0000000 --- a/armadillo-8.400.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b -size 4596860 diff --git a/armadillo-8.500.1.tar.xz b/armadillo-8.500.1.tar.xz new file mode 100644 index 0000000..871497f --- /dev/null +++ b/armadillo-8.500.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace40efbe2df4b418ec713c71bbd20cedfa92a55015f810639319dec477aa12e +size 4772340 diff --git a/armadillo.changes b/armadillo.changes index d513ce0..94008fd 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 16 07:44:11 UTC 2018 - badshah400@gmail.com + +- Update to version 8.500.1: + + Faster handling of sparse matrices by kron() and repmat(). + + Faster transpose of sparse matrices. + + Faster element access in sparse matrices. + + Faster row iterators for sparse matrices. + + Faster handling of compound expressions by trace(). + + More efficient handling of aliasing in submatrix views. + + Expanded normalise() to handle sparse matrices. + + Expanded .transform() and .for_each() to handle sparse + matrices. + + Added reverse() for reversing order of elements. + + Added repelem() for replicating elements. + + Added roots() for finding the roots of a polynomial. + ------------------------------------------------------------------- Wed Feb 21 14:53:47 UTC 2018 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 65c9c84..35650c8 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo8 Name: armadillo -Version: 8.400.0 +Version: 8.500.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0