From 5447b92fce08a64bd1d3a4b4e8f639aef87c083f6b73f17423c2ceaaaa125123 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 19 Jul 2021 09:49:47 +0000 Subject: [PATCH] Accepting request 906716 from home:badshah400:branches:devel:libraries:c_c++ Update to version 10.6.0 OBS-URL: https://build.opensuse.org/request/show/906716 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=299 --- armadillo-10.5.3.tar.xz | 3 --- armadillo-10.6.0.tar.xz | 3 +++ armadillo.changes | 13 +++++++++++++ armadillo.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 armadillo-10.5.3.tar.xz create mode 100644 armadillo-10.6.0.tar.xz diff --git a/armadillo-10.5.3.tar.xz b/armadillo-10.5.3.tar.xz deleted file mode 100644 index ac7a487..0000000 --- a/armadillo-10.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c51d8d52a6f78b9c6459f6986135093e0ee705a674307110f6175f2cd5ee37 -size 6223848 diff --git a/armadillo-10.6.0.tar.xz b/armadillo-10.6.0.tar.xz new file mode 100644 index 0000000..a6d5de8 --- /dev/null +++ b/armadillo-10.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947628e0ce0809d68b5a116da1de2d6322e6ca5f174ff5b620861166847d8cf7 +size 6224292 diff --git a/armadillo.changes b/armadillo.changes index c55620f..2b890c2 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 16 18:27:58 UTC 2021 - Atri Bhattacharya + +- Update to version 10.6.0: + * Expanded chol() to optionally use pivoted decomposition. + * Expanded vector, matrix and cube constructors to allow element + initialisation via fill::value(scalar), eg. mat + X(4,5,fill::value(123)). + * Faster loading of CSV files when using OpenMP. + * Added csv_opts::semicolon option to allow saving/loading of + CSV files with semicolon (;) instead of comma (,) as the + separator. + ------------------------------------------------------------------- Fri Jul 9 20:37:25 UTC 2021 - Ferdinand Thiessen diff --git a/armadillo.spec b/armadillo.spec index 01414ee..a69af57 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.5.3 +Version: 10.6.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0