From 956ea9b520f5ee805f84183835d2999598e5b11514854db5594db20025308893 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 19 Jul 2019 14:41:03 +0000 Subject: [PATCH] Accepting request 715667 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.600.4: * faster handling of sparse submatrices. * faster handling of sparse diagonal views. * faster handling of sparse matrices by symmatu() and symmatl(). * faster handling of sparse matrices by join_cols(). * expanded clamp() to handle sparse matrices. * added .clean() to replace elements below a threshold with zeros; can be used to sparsify matrices. OBS-URL: https://build.opensuse.org/request/show/715667 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=252 --- armadillo-9.500.2.tar.xz | 3 --- armadillo-9.600.4.tar.xz | 3 +++ armadillo.changes | 12 ++++++++++++ armadillo.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.500.2.tar.xz create mode 100644 armadillo-9.600.4.tar.xz diff --git a/armadillo-9.500.2.tar.xz b/armadillo-9.500.2.tar.xz deleted file mode 100644 index 74905f3..0000000 --- a/armadillo-9.500.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e -size 4803768 diff --git a/armadillo-9.600.4.tar.xz b/armadillo-9.600.4.tar.xz new file mode 100644 index 0000000..a9bcedf --- /dev/null +++ b/armadillo-9.600.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dadb6deea48c53417fd82035a8f1f25c04c925e5b3300acd198a359994af0be +size 4803984 diff --git a/armadillo.changes b/armadillo.changes index 7d5a798..3980319 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 16 11:39:07 UTC 2019 - Atri Bhattacharya + +- Update to version 9.600.4: + * faster handling of sparse submatrices. + * faster handling of sparse diagonal views. + * faster handling of sparse matrices by symmatu() and symmatl(). + * faster handling of sparse matrices by join_cols(). + * expanded clamp() to handle sparse matrices. + * added .clean() to replace elements below a threshold with + zeros; can be used to sparsify matrices. + ------------------------------------------------------------------- Tue Jun 25 09:56:07 UTC 2019 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index c73ed59..fd51686 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.500.2 +Version: 9.600.4 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0