From adc01b278ecaacffd3927b60dccae9b89f065af2af8f87650bb628b73de4d8b4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 9 Sep 2019 12:39:38 +0000 Subject: [PATCH] Accepting request 728461 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.700.2: * Faster handling of cubes by vectorise(). * Faster handling of sparse matrices by nonzeros(). * Faster row-wise index_min() and index_max(). * Expanded join_rows() and join_cols() to handle joining up to 4 matrices. * Expanded .save() and .load() to allow storing sparse matrices in CSV format. * Added randperm() to generate a vector with random permutation of a sequence of integers. OBS-URL: https://build.opensuse.org/request/show/728461 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=254 --- armadillo-9.600.4.tar.xz | 3 --- armadillo-9.700.2.tar.xz | 3 +++ armadillo.changes | 14 ++++++++++++++ armadillo.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.600.4.tar.xz create mode 100644 armadillo-9.700.2.tar.xz diff --git a/armadillo-9.600.4.tar.xz b/armadillo-9.600.4.tar.xz deleted file mode 100644 index a9bcedf..0000000 --- a/armadillo-9.600.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dadb6deea48c53417fd82035a8f1f25c04c925e5b3300acd198a359994af0be -size 4803984 diff --git a/armadillo-9.700.2.tar.xz b/armadillo-9.700.2.tar.xz new file mode 100644 index 0000000..b16a888 --- /dev/null +++ b/armadillo-9.700.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd +size 4710256 diff --git a/armadillo.changes b/armadillo.changes index 3980319..7586f5e 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 5 09:35:57 UTC 2019 - Atri Bhattacharya + +- Update to version 9.700.2: + * Faster handling of cubes by vectorise(). + * Faster handling of sparse matrices by nonzeros(). + * Faster row-wise index_min() and index_max(). + * Expanded join_rows() and join_cols() to handle joining up to 4 + matrices. + * Expanded .save() and .load() to allow storing sparse matrices + in CSV format. + * Added randperm() to generate a vector with random permutation + of a sequence of integers. + ------------------------------------------------------------------- Tue Jul 16 11:39:07 UTC 2019 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index fd51686..ab9cef0 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.600.4 +Version: 9.700.2 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0