From ede10daaa56e82c558ac4655d0432601c592d0bdb685af614de41cf81fc78e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 9 Feb 2017 11:14:34 +0000 Subject: [PATCH] Accepting request 455516 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 7.700.0: + Added polyfit() and polyval(). + Added second form of log_det() to directly return the result as a complex number. + Added range() to statistics functions. + Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle sparse matrices. OBS-URL: https://build.opensuse.org/request/show/455516 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=205 --- armadillo-7.600.2.tar.xz | 3 --- armadillo-7.700.0.tar.xz | 3 +++ armadillo.changes | 11 +++++++++++ armadillo.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 armadillo-7.600.2.tar.xz create mode 100644 armadillo-7.700.0.tar.xz diff --git a/armadillo-7.600.2.tar.xz b/armadillo-7.600.2.tar.xz deleted file mode 100644 index 87fab38..0000000 --- a/armadillo-7.600.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6790d5e6b41fcac6733632a9c3775239806d00178886226dec3f986a884f4c2d -size 3997004 diff --git a/armadillo-7.700.0.tar.xz b/armadillo-7.700.0.tar.xz new file mode 100644 index 0000000..b953226 --- /dev/null +++ b/armadillo-7.700.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9029490f7edfb7029e117961db6307c2c3ee368691ed15e4fc58d06c9115d94 +size 3999612 diff --git a/armadillo.changes b/armadillo.changes index 0f0e01e..fcfcd47 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 8 13:58:57 UTC 2017 - badshah400@gmail.com + +- Update to version 7.700.0: + + Added polyfit() and polyval(). + + Added second form of log_det() to directly return the result + as a complex number. + + Added range() to statistics functions. + + Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle + sparse matrices. + ------------------------------------------------------------------- Sun Dec 25 16:04:39 UTC 2016 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 2702ba2..916e853 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,7 +1,7 @@ # # spec file for package armadillo # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname libarmadillo7 Name: armadillo -Version: 7.600.2 +Version: 7.700.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0