From 50e063845b74c74d6b619bcc368eaa6b0bfb03036cdc939d988b5803b8bc3fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 28 Jul 2016 11:06:01 +0000 Subject: [PATCH] Accepting request 415561 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 7.300.0: + Added index_min() and index_max() standalone functions. + Expanded .subvec() to accept size() arguments. + More robust handling of non-square matrices by lu(). OBS-URL: https://build.opensuse.org/request/show/415561 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=186 --- armadillo-7.200.2.tar.xz | 3 --- armadillo-7.300.0.tar.xz | 3 +++ armadillo.changes | 8 ++++++++ armadillo.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 armadillo-7.200.2.tar.xz create mode 100644 armadillo-7.300.0.tar.xz diff --git a/armadillo-7.200.2.tar.xz b/armadillo-7.200.2.tar.xz deleted file mode 100644 index 520234c..0000000 --- a/armadillo-7.200.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55ab2e62e305da66de6e1c80d91a55511a924cbcfa95ceb13c87e8a958397dfb -size 3994444 diff --git a/armadillo-7.300.0.tar.xz b/armadillo-7.300.0.tar.xz new file mode 100644 index 0000000..e6ca8bf --- /dev/null +++ b/armadillo-7.300.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1aa8dd2d33692b6a41a732c9989113f8ba34b19ced39382fc6ab677e26765e +size 3994524 diff --git a/armadillo.changes b/armadillo.changes index d29471a..10e29c5 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 28 02:02:26 UTC 2016 - badshah400@gmail.com + +- Update to version 7.300.0: + + Added index_min() and index_max() standalone functions. + + Expanded .subvec() to accept size() arguments. + + More robust handling of non-square matrices by lu(). + ------------------------------------------------------------------- Sat Jul 2 00:46:29 UTC 2016 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index e058420..ae3ed5c 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -19,7 +19,7 @@ %define soname libarmadillo7 Name: armadillo -Version: 7.200.2 +Version: 7.300.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0