From 211c364b2800fe1667c2b040d3faf0cbf34b2abee8b3ef48fb8e4824669419d9 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 16 Apr 2020 13:14:53 +0000 Subject: [PATCH] Accepting request 793604 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.860.2: * added powmat(). * faster access to columns in sparse submatrix views. * faster handling of relational expressions by accu(). * faster handling of sympd matrices by expmat(), logmat(), sqrtmat(). * workaround for save/load issues with HDF5 v1.12. OBS-URL: https://build.opensuse.org/request/show/793604 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=262 --- armadillo-9.850.1.tar.xz | 3 --- armadillo-9.860.2.tar.xz | 3 +++ armadillo.changes | 11 +++++++++++ armadillo.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.850.1.tar.xz create mode 100644 armadillo-9.860.2.tar.xz diff --git a/armadillo-9.850.1.tar.xz b/armadillo-9.850.1.tar.xz deleted file mode 100644 index b48890d..0000000 --- a/armadillo-9.850.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c389b9597a5731500ad7a2656c11a6031757aaaadbcafdea5cc8ac0fd2c01f -size 4715832 diff --git a/armadillo-9.860.2.tar.xz b/armadillo-9.860.2.tar.xz new file mode 100644 index 0000000..82e3c96 --- /dev/null +++ b/armadillo-9.860.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d856ea58c18998997bcae6689784d2d3eeb5daf1379d569fddc277fe046a996b +size 4718760 diff --git a/armadillo.changes b/armadillo.changes index 3b5f886..6c21c16 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 13 11:36:45 UTC 2020 - Atri Bhattacharya + +- Update to version 9.860.2: + * added powmat(). + * faster access to columns in sparse submatrix views. + * faster handling of relational expressions by accu(). + * faster handling of sympd matrices by expmat(), logmat(), + sqrtmat(). + * workaround for save/load issues with HDF5 v1.12. + ------------------------------------------------------------------- Thu Feb 20 11:11:25 UTC 2020 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 5f2ab4d..441a031 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.850.1 +Version: 9.860.2 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0