diff --git a/armadillo-11.4.4.tar.xz b/armadillo-11.4.4.tar.xz deleted file mode 100644 index 1c3b38c..0000000 --- a/armadillo-11.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2439c9859b35b7d3d95a21a86830d3365f9d6bb624317690e383402e26040398 -size 6799372 diff --git a/armadillo-12.0.1.tar.xz b/armadillo-12.0.1.tar.xz new file mode 100644 index 0000000..9ee8546 --- /dev/null +++ b/armadillo-12.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df +size 6802568 diff --git a/armadillo.changes b/armadillo.changes index 275899b..8a570a9 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Mar 14 11:33:55 UTC 2023 - Atri Bhattacharya + +- Update to version 12.0.1: + * faster fft() and ifft() via optional use of FFTW3. + * faster min() and max(). + * faster index_min() and index_max(). + * added .col_as_mat() and .row_as_mat() which return matrix + representation of cube column and cube row. + * added csv_opts::strict option to loading CSV files to + interpret missing values as NaN. + * added check_for_zeros option to form 4 of sparse matrix batch + constructors. + * inv() and inv_sympd() with options inv_opts::no_ugly or + inv_opts::allow_approx now use a scaled threshold similar to + pinv(). + * set_cout_stream() and set_cerr_stream() are now no-ops; + instead use the options ARMA_WARN_LEVEL, or ARMA_COUT_STREAM, + or ARMA_CERR_STREAM. +- Bump lib version 11 -> 12, update baselibs.conf file. + ------------------------------------------------------------------- Sun Feb 19 09:11:18 UTC 2023 - Dirk Müller diff --git a/armadillo.spec b/armadillo.spec index 43b9b2d..18f034f 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo11 +%define soname libarmadillo12 Name: armadillo -Version: 11.4.4 +Version: 12.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 56e182f..cef90db 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo11 +libarmadillo12 armadillo-devel requires -armadillo- - requires "libarmadillo11- = " + requires "libarmadillo12- = "