From 65672f794c71574638de29223070c6fef264416e28b495a8e1f2ecec5f1889c7 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 14 Apr 2019 17:42:41 +0000 Subject: [PATCH] Accepting request 693730 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.300.2: + faster handling of compound complex matrix expressions by trace(). + more efficient handling of element access for inplace modifications in sparse matrices. + added .is_sympd() to check whether a matrix is symmetric/hermitian positive definite. + added interp2() for 2D data interpolation. + added expm1() and log1p(). + expanded .is_sorted() with options "strictascend" and "strictdescend". + expanded eig_gen() to optionally perform balancing prior to decomposition. OBS-URL: https://build.opensuse.org/request/show/693730 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=246 --- armadillo-9.200.8.tar.xz | 3 --- armadillo-9.300.2.tar.xz | 3 +++ armadillo.changes | 17 +++++++++++++++++ armadillo.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.200.8.tar.xz create mode 100644 armadillo-9.300.2.tar.xz diff --git a/armadillo-9.200.8.tar.xz b/armadillo-9.200.8.tar.xz deleted file mode 100644 index 96932fb..0000000 --- a/armadillo-9.200.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20e6d4dd5c71eeeb69963165868dc6de8ba347727d37bf50022bdfe9aa1cc25 -size 4788036 diff --git a/armadillo-9.300.2.tar.xz b/armadillo-9.300.2.tar.xz new file mode 100644 index 0000000..d099fef --- /dev/null +++ b/armadillo-9.300.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362541af7eb7f343bff893a3ac11fbb2c5cfc5966f0b6ed67f7f2779f5d256b4 +size 4792420 diff --git a/armadillo.changes b/armadillo.changes index ee4fd2d..8a9dcfe 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Apr 12 14:06:16 UTC 2019 - Atri Bhattacharya + +- Update to version 9.300.2: + + faster handling of compound complex matrix expressions by + trace(). + + more efficient handling of element access for inplace + modifications in sparse matrices. + + added .is_sympd() to check whether a matrix is + symmetric/hermitian positive definite. + + added interp2() for 2D data interpolation. + + added expm1() and log1p(). + + expanded .is_sorted() with options "strictascend" and + "strictdescend". + + expanded eig_gen() to optionally perform balancing prior to + decomposition. + ------------------------------------------------------------------- Fri Mar 15 16:46:42 UTC 2019 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 428380c..9de26e2 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.200.8 +Version: 9.300.2 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0