From 839e8b3d4e93dc9125d08647c23ef413af264c0dfa6eb3c85a78d5b9fc52f483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 18 May 2012 17:32:22 +0000 Subject: [PATCH] Accepting request 121485 from home:badshah400:branches:devel:libraries:c_c++ Update to version 3.2.0 OBS-URL: https://build.opensuse.org/request/show/121485 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=39 --- armadillo-3.0.3.tar.gz | 3 --- armadillo-3.2.0.tar.gz | 3 +++ armadillo.changes | 10 ++++++++++ armadillo.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 armadillo-3.0.3.tar.gz create mode 100644 armadillo-3.2.0.tar.gz diff --git a/armadillo-3.0.3.tar.gz b/armadillo-3.0.3.tar.gz deleted file mode 100644 index c514166..0000000 --- a/armadillo-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6278da9c3912e4adb3c1647fd7522d7fb491c23bd98dc2b5e1f7eed7451d956 -size 2918510 diff --git a/armadillo-3.2.0.tar.gz b/armadillo-3.2.0.tar.gz new file mode 100644 index 0000000..5ede060 --- /dev/null +++ b/armadillo-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9514e000090a3a8a3b8c2793d754c5274f100b017c75553e3aaf0ce74e9f7bbb +size 2928885 diff --git a/armadillo.changes b/armadillo.changes index a41a6f3..b840e44 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 18 13:30:23 UTC 2012 - badshah400@gmail.com + +- Update to version 3.2.0: + + Faster eigen decomposition via "divide and conquer" algorithm + + Faster transpose of vectors and compound expressions + + Faster handling of diagonal views + + Faster handling of tiny fixed size vectors (≤ 4 elements) + + Added unique(), for finding unique elements of a matrix. + ------------------------------------------------------------------- Thu May 3 21:44:48 UTC 2012 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 8fbaf04..c13e911 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -17,7 +17,7 @@ Name: armadillo -Version: 3.0.3 +Version: 3.2.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: LGPL-3.0+