From f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 29 Jun 2024 11:48:54 +0530 Subject: [PATCH] Update to version 14.0.0 --- armadillo-12.8.3.tar.xz | 3 --- armadillo-14.0.0.tar.xz | 3 +++ armadillo.changes | 15 +++++++++++++++ armadillo.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 armadillo-12.8.3.tar.xz create mode 100644 armadillo-14.0.0.tar.xz diff --git a/armadillo-12.8.3.tar.xz b/armadillo-12.8.3.tar.xz deleted file mode 100644 index 5648ef5..0000000 --- a/armadillo-12.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2922589f6387796504b340da6bb954bef3d87574c298515893289edd2d890151 -size 6997932 diff --git a/armadillo-14.0.0.tar.xz b/armadillo-14.0.0.tar.xz new file mode 100644 index 0000000..cea8661 --- /dev/null +++ b/armadillo-14.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3586b33277e6dbc3c8f27f4fff52231c2c6f7614191c190c66fb9b78ba98b5 +size 7192420 diff --git a/armadillo.changes b/armadillo.changes index 68b4273..bb3cdfd 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jun 29 06:16:36 UTC 2024 - Atri Bhattacharya + +- Update to version 14.0.0: + * C++14 is now the minimum recommended C++ standard. + * Faster handling of compound expressions by as_scalar(), + accu(), dot(). + * Faster interactions between sparse and dense matrices. + * Expanded stddev() to handle sparse matrices. + * Expanded relational operators to handle expressions between + sparse matrices and scalars. + * Added .as_dense() to obtain dense vector/matrix representation + of any sparse matrix expression. + * Updated physical constants to NIST 2022 CODATA values. + ------------------------------------------------------------------- Tue May 14 06:24:04 UTC 2024 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 7382696..9621bae 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo12 +%define soname libarmadillo14 Name: armadillo -Version: 12.8.3 +Version: 14.0.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0