From 60334943a05f4c35c3fde7d7aafc4353f440989e64ca25dde370f5be401f43af Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 20 May 2019 20:19:01 +0000 Subject: [PATCH] Accepting request 703944 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.400.3: + Faster cov() and cor() + Added .as_col() and .as_row() + Expanded .shed_rows() / .shed_cols() / .shed_slices() to remove rows/columns/slices specified in a vector + Expanded vectorise() to handle sparse matrices + Expanded element-wise versions of max() and min() to handle sparse matrices + Optimised handling of sparse matrix expressions: sparse % (sparse +- scalar) and sparse / (sparse +- scalar) + Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(), sqrtmat_sympd(), inv_sympd() to print a warning if the given matrix is not symmetric + More consistent detection of vector expressions OBS-URL: https://build.opensuse.org/request/show/703944 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=248 --- armadillo-9.300.2.tar.xz | 3 --- armadillo-9.400.3.tar.xz | 3 +++ armadillo.changes | 18 ++++++++++++++++++ armadillo.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 armadillo-9.300.2.tar.xz create mode 100644 armadillo-9.400.3.tar.xz diff --git a/armadillo-9.300.2.tar.xz b/armadillo-9.300.2.tar.xz deleted file mode 100644 index d099fef..0000000 --- a/armadillo-9.300.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:362541af7eb7f343bff893a3ac11fbb2c5cfc5966f0b6ed67f7f2779f5d256b4 -size 4792420 diff --git a/armadillo-9.400.3.tar.xz b/armadillo-9.400.3.tar.xz new file mode 100644 index 0000000..691c312 --- /dev/null +++ b/armadillo-9.400.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c9ce4ee719e935f0046dcafb3fe40ffd8e1b80cc16a4d2c03332ea37d857a6 +size 4798164 diff --git a/armadillo.changes b/armadillo.changes index 8a9dcfe..95baed2 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat May 18 12:48:45 UTC 2019 - Atri Bhattacharya + +- Update to version 9.400.3: + + Faster cov() and cor() + + Added .as_col() and .as_row() + + Expanded .shed_rows() / .shed_cols() / .shed_slices() to + remove rows/columns/slices specified in a vector + + Expanded vectorise() to handle sparse matrices + + Expanded element-wise versions of max() and min() to handle + sparse matrices + + Optimised handling of sparse matrix expressions: sparse % + (sparse +- scalar) and sparse / (sparse +- scalar) + + Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(), + sqrtmat_sympd(), inv_sympd() to print a warning if the given + matrix is not symmetric + + More consistent detection of vector expressions + ------------------------------------------------------------------- Fri Apr 12 14:06:16 UTC 2019 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 9de26e2..53aa748 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define soname libarmadillo9 Name: armadillo -Version: 9.300.2 +Version: 9.400.3 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0