From 10751c004409683efbb0357cd8007b10d25a0b7fa6703e104bb3930311714d3b Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 16 Nov 2018 20:04:02 +0000 Subject: [PATCH] Accepting request 649321 from home:badshah400:branches:devel:libraries:c_c++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 9.200.4: + Faster handling of symmetric positive definite matrices by rcond(). + Faster transpose of matrices with size ≥ 512x512. + Faster handling of compound sparse matrix expressions by accu(), diagmat(), trace(). + Faster handling of sparse matrices by join_rows(). + Added sinc(). + Expanded sign() to handle scalar arguments. + Expanded operators (*, %, +, −) to handle sparse matrices with differing element types (eg. multiplication of complex matrix by real matrix). + Expanded conv_to() to allow conversion between sparse matrices with differing element types. + Expanded solve() to optionally allow keeping solutions of systems singular to working precision. OBS-URL: https://build.opensuse.org/request/show/649321 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=240 --- armadillo-9.100.5.tar.xz | 3 --- armadillo-9.200.4.tar.xz | 3 +++ armadillo.changes | 20 ++++++++++++++++++++ armadillo.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.100.5.tar.xz create mode 100644 armadillo-9.200.4.tar.xz diff --git a/armadillo-9.100.5.tar.xz b/armadillo-9.100.5.tar.xz deleted file mode 100644 index a483fb7..0000000 --- a/armadillo-9.100.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e7dc6f1e876b8243c27a003b037559663371b42885436b1087757e652db41cd -size 4783480 diff --git a/armadillo-9.200.4.tar.xz b/armadillo-9.200.4.tar.xz new file mode 100644 index 0000000..45bf34d --- /dev/null +++ b/armadillo-9.200.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d1cc38503624bf1ad8c55c0d53b4feb80f04fcb3f5c3e6a69ba95d00f17966 +size 4786232 diff --git a/armadillo.changes b/armadillo.changes index b6c68c7..152a8f0 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Nov 15 15:50:25 UTC 2018 - badshah400@gmail.com + +- Update to version 9.200.4: + + Faster handling of symmetric positive definite matrices by + rcond(). + + Faster transpose of matrices with size ≥ 512x512. + + Faster handling of compound sparse matrix expressions by + accu(), diagmat(), trace(). + + Faster handling of sparse matrices by join_rows(). + + Added sinc(). + + Expanded sign() to handle scalar arguments. + + Expanded operators (*, %, +, −) to handle sparse matrices with + differing element types (eg. multiplication of complex matrix + by real matrix). + + Expanded conv_to() to allow conversion between sparse matrices + with differing element types. + + Expanded solve() to optionally allow keeping solutions of + systems singular to working precision. + ------------------------------------------------------------------- Thu Aug 16 06:36:12 UTC 2018 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index c210c9e..ba420e7 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.100.5 +Version: 9.200.4 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0