diff --git a/armadillo-10.8.2.tar.xz b/armadillo-10.8.2.tar.xz deleted file mode 100644 index 4479122..0000000 --- a/armadillo-10.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89fdd898bf6bff75f6efc3a301817e4ede752b9a80927fb07ee358b13e353922 -size 6262832 diff --git a/armadillo-11.0.1.tar.xz b/armadillo-11.0.1.tar.xz new file mode 100644 index 0000000..05bc45e --- /dev/null +++ b/armadillo-11.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43d4449376c1fc8b562095431bb82cf9c4ff98a791a22a25d0f96e5e7937c22 +size 6842520 diff --git a/armadillo.changes b/armadillo.changes index 549ef66..af401c8 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 18 14:43:41 UTC 2022 - Ferdinand Thiessen + +- Update to version 11.0.1: + * Added variants of inv() and inv_sympd() that provide reciprocal + condition number + * Expanded inv() and inv_sympd() with options inv_opts::tiny and + inv_opts::allow_approx + * stricter handling of singular matrices by inv() and inv_sympd() + * stricter handling of non-sympd matrices by inv_sympd() + * stricter handling of non-finite matrices by pinv() + * more robust handling of rank deficient matrices by solve() + * faster handling of diagonal matrices by rcond() + * changed eigs_sym() and eigs_gen() to use higher quality RNG + * quantile() and median() will now throw an exception if given + matrices/vectors have NaN elements + ------------------------------------------------------------------- Tue Feb 8 17:33:05 UTC 2022 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 25ce94e..11001b4 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo10 +%define soname libarmadillo11 Name: armadillo -Version: 10.8.2 +Version: 11.0.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 diff --git a/baselibs.conf b/baselibs.conf index 98ff71c..56e182f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo10 +libarmadillo11 armadillo-devel requires -armadillo- - requires "libarmadillo10- = " + requires "libarmadillo11- = "