From 1d14a5e2252f236022a6974abd576bfe876c1d6065cbe263594a52d586ad762a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 10 Dec 2013 09:42:06 +0000 Subject: [PATCH] Accepting request 210285 from home:badshah400:branches:devel:libraries:c_c++ Update to version 3.930.1 OBS-URL: https://build.opensuse.org/request/show/210285 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=94 --- armadillo-3.920.1.tar.gz | 3 --- armadillo-3.930.1.tar.gz | 3 +++ armadillo.changes | 26 ++++++++++++++++++++++++++ armadillo.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 armadillo-3.920.1.tar.gz create mode 100644 armadillo-3.930.1.tar.gz diff --git a/armadillo-3.920.1.tar.gz b/armadillo-3.920.1.tar.gz deleted file mode 100644 index 23ce6f2..0000000 --- a/armadillo-3.920.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696fa8f84029b10fc7271ee1e96983e830f0b19a0e603f974d415f1ee5746141 -size 3237301 diff --git a/armadillo-3.930.1.tar.gz b/armadillo-3.930.1.tar.gz new file mode 100644 index 0000000..d9f3b26 --- /dev/null +++ b/armadillo-3.930.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221baada1bc571273881dd73ef1968dd838b538a639807bd5e1d3a2ae4b5cfd3 +size 3273899 diff --git a/armadillo.changes b/armadillo.changes index 4a17988..495cd3e 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Dec 10 07:44:43 UTC 2013 - badshah400@gmail.com + +- Update to version 3.930.1: + + Changes not documented upstream. + +------------------------------------------------------------------- +Tue Dec 10 02:45:09 UTC 2013 - badshah400@gmail.com + +- Update to version 3.930.0 (Dragon's Back): + + added divide-and-conquer variant of svd_econ(), for faster SVD + + added divide-and-conquer variant of pinv(), for faster + pseudo-inverse + + added element-wise variants of min() and max() + + added size() based specifications of submatrix view sizes + + added randi() for generating matrices with random integer + values + + added inplace_trans() for memory efficient in-place transposes + (contributed by Alexandre Drouin) + + added more intuitive specification of sort direction in sort() + and sort_index() + + added more intuitive specification of method in det(), .i(), + inv() and solve() + + added more precise timer for the wall_clock class when using + C++11 + ------------------------------------------------------------------- Sat Sep 28 19:32:08 UTC 2013 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 1a40af9..1a47d0b 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -17,7 +17,7 @@ Name: armadillo -Version: 3.920.1 +Version: 3.930.1 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0 @@ -153,7 +153,7 @@ rm -rf examples/lib_win32 %files doc %defattr(-,root,root) %doc armadillo_nicta_2010.pdf -%doc rcpp_armadillo_csda_2013.pdf +%doc rcpp_armadillo_csda_2014.pdf %doc LICENSE.txt README.txt index.html examples/ docs.html %files devel