diff --git a/armadillo-10.4.1.tar.xz b/armadillo-10.4.1.tar.xz deleted file mode 100644 index 045fab2..0000000 --- a/armadillo-10.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a451e055de5f8b0484acd5cab2ec5dbad6de28737b5cc72510d892ec69a580 -size 6220808 diff --git a/armadillo-10.5.0.tar.xz b/armadillo-10.5.0.tar.xz new file mode 100644 index 0000000..a3cc48c --- /dev/null +++ b/armadillo-10.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea990c34dc6d70d7c95b4354d9f3b0819bde257dbb67796348e91e196082cb87 +size 6220848 diff --git a/armadillo.changes b/armadillo.changes index 8301231..642b285 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 23 00:07:09 UTC 2021 - Atri Bhattacharya + +- Update to version 10.5.0: + * Added .clamp() member function. + * Expanded the standalone clamp() function to handle complex + values. + * More efficient use of OpenMP. + * vector, matrix and cube constructors now initialise elements + to zero by default; use the fill::none specifier, eg. mat + X(4,5,fill::none), to disable element initialisation. + ------------------------------------------------------------------- Sat May 8 14:31:13 UTC 2021 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index edd4a01..3bec4ae 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.4.1 +Version: 10.5.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0