From 05864ef3bee0d36b2a176f712a03c519589b29b7ca55485f28dd5a23f5a63d0d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 15 Mar 2021 12:55:48 +0000 Subject: [PATCH] Accepting request 878763 from home:badshah400:branches:devel:libraries:c_c++ Update to version 10.3.0 OBS-URL: https://build.opensuse.org/request/show/878763 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=288 --- armadillo-10.2.2.tar.xz | 3 --- armadillo-10.3.0.tar.xz | 3 +++ armadillo.changes | 13 +++++++++++++ armadillo.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 armadillo-10.2.2.tar.xz create mode 100644 armadillo-10.3.0.tar.xz diff --git a/armadillo-10.2.2.tar.xz b/armadillo-10.2.2.tar.xz deleted file mode 100644 index 5076d25..0000000 --- a/armadillo-10.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94295fc62ecc4373e5a96c7b62b923fd71a81f315aa9597b282aafd8559e9435 -size 6037524 diff --git a/armadillo-10.3.0.tar.xz b/armadillo-10.3.0.tar.xz new file mode 100644 index 0000000..e3daac4 --- /dev/null +++ b/armadillo-10.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1efffa5af90000a11a19a39302fdfbc5c4abf6fab578a9bd0e9c95cf81e4c7 +size 6214388 diff --git a/armadillo.changes b/armadillo.changes index d669ef3..3e19f0d 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Mar 13 14:20:22 UTC 2021 - Atri Bhattacharya + +- Update to version 10.3.0: + * faster handling of symmetric positive definite matrices by + pinv() + * expanded .save() / .load() for dense matrices to handle + coord_ascii format + * for out of bounds access, element accessors now throw the more + nuanced std::out_of_range exception, instead of only + std::logic_error + * improved quality of random numbers + ------------------------------------------------------------------- Thu Mar 4 23:02:55 UTC 2021 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 2a4fcbd..e738f54 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.2.2 +Version: 10.3.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0