From 51599a82526ef1f4259260321d5e9aec07f44b91cc6151b59c54e985d2516572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 5 Dec 2015 12:56:57 +0000 Subject: [PATCH 1/2] Accepting request 347557 from home:badshah400:branches:devel:libraries:c_c++ - Update to version Version 6.300.2 (Flying Spaghetti Monster): + Expanded solve() to find approximate solutions for rank-deficient systems. + Faster handling of non-contiguous submatrix views in compound expressions. + Added .for_each() to Mat, Row, Col, Cube and field classes. + Added rcond() for estimating the reciprocal condition number. + Fixes for spsolve(), eigs_sym(), eigs_gen(), svds(). OBS-URL: https://build.opensuse.org/request/show/347557 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=165 --- armadillo-6.200.4.tar.gz | 3 --- armadillo-6.300.2.tar.gz | 3 +++ armadillo.changes | 12 ++++++++++++ armadillo.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 armadillo-6.200.4.tar.gz create mode 100644 armadillo-6.300.2.tar.gz diff --git a/armadillo-6.200.4.tar.gz b/armadillo-6.200.4.tar.gz deleted file mode 100644 index cf3bb98..0000000 --- a/armadillo-6.200.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:346ecb98cadafcf13493f09c970a2843af58d47a7a801ebce0b5df5b5a39f416 -size 5442156 diff --git a/armadillo-6.300.2.tar.gz b/armadillo-6.300.2.tar.gz new file mode 100644 index 0000000..718abcd --- /dev/null +++ b/armadillo-6.300.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9d98e309d3e95814668fa476d9fc91499743fe73a52e1a98362f382886f9d5 +size 5450435 diff --git a/armadillo.changes b/armadillo.changes index abaf8a7..3046cda 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 5 11:09:18 UTC 2015 - badshah400@gmail.com + +- Update to version Version 6.300.2 (Flying Spaghetti Monster): + + Expanded solve() to find approximate solutions for + rank-deficient systems. + + Faster handling of non-contiguous submatrix views in compound + expressions. + + Added .for_each() to Mat, Row, Col, Cube and field classes. + + Added rcond() for estimating the reciprocal condition number. + + Fixes for spsolve(), eigs_sym(), eigs_gen(), svds(). + ------------------------------------------------------------------- Sun Nov 15 10:11:08 UTC 2015 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 7c92b48..4753ce5 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -19,7 +19,7 @@ %define soname libarmadillo6 Name: armadillo -Version: 6.200.4 +Version: 6.300.2 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0 From 2a98f798fbbccdc7978d2590ee20a7d873d770b9a4eefb1d93b9341ba503372a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 15 Dec 2015 13:15:21 +0000 Subject: [PATCH 2/2] Accepting request 348970 from home:badshah400:branches:devel:libraries:c_c++ Update to version 6.400.2 OBS-URL: https://build.opensuse.org/request/show/348970 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=166 --- armadillo-6.300.2.tar.gz | 3 --- armadillo-6.400.2.tar.gz | 3 +++ armadillo.changes | 9 +++++++++ armadillo.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 armadillo-6.300.2.tar.gz create mode 100644 armadillo-6.400.2.tar.gz diff --git a/armadillo-6.300.2.tar.gz b/armadillo-6.300.2.tar.gz deleted file mode 100644 index 718abcd..0000000 --- a/armadillo-6.300.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c9d98e309d3e95814668fa476d9fc91499743fe73a52e1a98362f382886f9d5 -size 5450435 diff --git a/armadillo-6.400.2.tar.gz b/armadillo-6.400.2.tar.gz new file mode 100644 index 0000000..de8342b --- /dev/null +++ b/armadillo-6.400.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d982f8a3ceeb75a4431506d7723780bbba14d10ede415fc8a68e92be62c426 +size 5453856 diff --git a/armadillo.changes b/armadillo.changes index 3046cda..f302af3 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 15 12:53:57 UTC 2015 - badshah400@gmail.com + +- Update to version 6.400.2 (Flying Spaghetti Monster Deluxe): + + Expanded each_col(), each_row() and each_slice() to handle + C++11 lambda functions. + + Added ind2sub() and sub2ind(). + + Fixes for corner cases in gmm_diag class. + ------------------------------------------------------------------- Sat Dec 5 11:09:18 UTC 2015 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 4753ce5..fa98dca 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -19,7 +19,7 @@ %define soname libarmadillo6 Name: armadillo -Version: 6.300.2 +Version: 6.400.2 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0