From bb5eed6cf5ffdcd3b45cd5fb3b5cabc6cb55969c9594e95ddfb9a692e5be35bc Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 19 Dec 2024 19:10:36 +0530 Subject: [PATCH] Update to version 14.2.2. --- armadillo-14.0.1.tar.xz | 3 --- armadillo-14.2.2.tar.xz | 3 +++ armadillo.changes | 15 +++++++++++++++ armadillo.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 armadillo-14.0.1.tar.xz create mode 100644 armadillo-14.2.2.tar.xz diff --git a/armadillo-14.0.1.tar.xz b/armadillo-14.0.1.tar.xz deleted file mode 100644 index 53f3fd1..0000000 --- a/armadillo-14.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8346f1e7567bcb3a28dd770097208e78d33a5d41e0a71af2a7e7fd997f17db44 -size 7196296 diff --git a/armadillo-14.2.2.tar.xz b/armadillo-14.2.2.tar.xz new file mode 100644 index 0000000..f18e5d1 --- /dev/null +++ b/armadillo-14.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3054c8e63db3abdf1a5c8f9fdb7e6b4ad833f9bcfb58324c0ff86de0784c70e0 +size 7195464 diff --git a/armadillo.changes b/armadillo.changes index 89b3893..84438da 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 19 13:31:49 UTC 2024 - Atri Bhattacharya + +- Update to version 14.2.2: + * No release notes. +- Changes from version 14.2.0: + * faster handling of symmetric matrices by inv(), rcond(), + powmat(). + * faster handling of hermitian matrices by inv(), rcond(), + powmat(), cond(), pinv(), rank(). + * added solve_opts::force_sym option to solve() to force use of + the symmetric/hermitian solver (not limited to sympd + matrices). + * more efficient handling of compound expressions by solve(). + ------------------------------------------------------------------- Mon Jul 8 19:50:54 UTC 2024 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index bc75d5d..3775a06 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo14 Name: armadillo -Version: 14.0.1 +Version: 14.2.2 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0