forked from pool/armadillo
Accepting request 1071490 from home:badshah400:branches:devel:libraries:c_c++
Update to version 12.0.1 OBS-URL: https://build.opensuse.org/request/show/1071490 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=333
This commit is contained in:
parent
5eae40e96b
commit
d644528106
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2439c9859b35b7d3d95a21a86830d3365f9d6bb624317690e383402e26040398
|
||||
size 6799372
|
3
armadillo-12.0.1.tar.xz
Normal file
3
armadillo-12.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df
|
||||
size 6802568
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 11:33:55 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
libarmadillo11
|
||||
libarmadillo12
|
||||
armadillo-devel
|
||||
requires -armadillo-<targettype>
|
||||
requires "libarmadillo11-<targettype> = <version>"
|
||||
requires "libarmadillo12-<targettype> = <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user