From b6c89bd2d777d1a392c162bfb9065be2656e110c98d14392dd900780ad274913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 8 Aug 2015 14:45:20 +0000 Subject: [PATCH] Accepting request 321279 from home:badshah400:branches:devel:libraries:c_c++ Update to version 5.300.4 OBS-URL: https://build.opensuse.org/request/show/321279 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=151 --- armadillo-5.200.2.tar.gz | 3 --- armadillo-5.300.4.tar.gz | 3 +++ armadillo.changes | 21 +++++++++++++++++++++ armadillo.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 armadillo-5.200.2.tar.gz create mode 100644 armadillo-5.300.4.tar.gz diff --git a/armadillo-5.200.2.tar.gz b/armadillo-5.200.2.tar.gz deleted file mode 100644 index 8ac411d..0000000 --- a/armadillo-5.200.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c38fd94b4c0559ece1a7313cf85e08197a82dfda4daa5decd89b795bb73079 -size 5430682 diff --git a/armadillo-5.300.4.tar.gz b/armadillo-5.300.4.tar.gz new file mode 100644 index 0000000..eb6053b --- /dev/null +++ b/armadillo-5.300.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9943011ed6e2f58fa4dfd5b34b0255890b1135ccbaf672542ed1b6a5ba204 +size 5435471 diff --git a/armadillo.changes b/armadillo.changes index c058fd8..2fb5020 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Aug 7 23:02:46 UTC 2015 - badshah400@gmail.com + +- Update to version 5.300.4: + + Undocumented fixes. +- Changes from Version 5.300.0 (Plutocracy Incorporated): + + Added generalised Schur decomposition: qz(). + + Added .has_inf() and .has_nan(). + + Expanded interp1() to handle out-of-domain locations. + + Expanded sparse matrix class with .set_imag() and .set_real(). + + Expanded imag(), real() and conj() to handle sparse matrices. + + Expanded diagmat(), reshape() and resize() to handle sparse + matrices. + + Faster sparse sum(). + + Faster row-wise sum(), mean(), min(), max(). + + Updated physical constants to NIST 2014 CODATA values. + + Fixes for handling sparse submatrix views. + + Armadillo can make use of GPUs by linking with NVIDIA NVBLAS + (a GPU-accelerated implementation of BLAS), + or by linking with AMD ACML (which can use GPUs via OpenCL). + ------------------------------------------------------------------- Wed Jun 24 07:50:21 UTC 2015 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index c1f4f35..ca117ce 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,7 +1,7 @@ # # spec file for package armadillo # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define soname libarmadillo5 Name: armadillo -Version: 5.200.2 +Version: 5.300.4 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0