From 3e62966d44630d7fef2548f91f53d64e0197377ec9b5d796c61784cc348e1940 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 22 Nov 2017 12:15:14 +0000 Subject: [PATCH] Accepting request 544343 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 8.300.0: + Faster handling of band matrices by solve(). + Faster handling of band matrices by chol(). + Faster randg() when using OpenMP. + Added normpdf(). + Expanded .save() to allow appending new datasets to existing HDF5 files. OBS-URL: https://build.opensuse.org/request/show/544343 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=228 --- armadillo-8.200.2.tar.xz | 3 --- armadillo-8.300.0.tar.xz | 3 +++ armadillo.changes | 11 +++++++++++ armadillo.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 armadillo-8.200.2.tar.xz create mode 100644 armadillo-8.300.0.tar.xz diff --git a/armadillo-8.200.2.tar.xz b/armadillo-8.200.2.tar.xz deleted file mode 100644 index 192238a..0000000 --- a/armadillo-8.200.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63845e36235f2bd78b4f6890fe5013b6ce51a4e92e3176b20bbc6631b340050a -size 4589356 diff --git a/armadillo-8.300.0.tar.xz b/armadillo-8.300.0.tar.xz new file mode 100644 index 0000000..4bc16ae --- /dev/null +++ b/armadillo-8.300.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854550007672958d15f3951ae13aac6934b3016234f392d26f168a55b363dc3c +size 4595032 diff --git a/armadillo.changes b/armadillo.changes index 0150e1c..61b42df 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Nov 22 09:21:39 UTC 2017 - badshah400@gmail.com + +- Update to version 8.300.0: + + Faster handling of band matrices by solve(). + + Faster handling of band matrices by chol(). + + Faster randg() when using OpenMP. + + Added normpdf(). + + Expanded .save() to allow appending new datasets to existing + HDF5 files. + ------------------------------------------------------------------- Sun Nov 5 14:29:27 UTC 2017 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 6be5fa7..6585aea 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo8 Name: armadillo -Version: 8.200.2 +Version: 8.300.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0