forked from pool/armadillo
Accepting request 1146020 from home:badshah400:branches:devel:libraries:c_c++
Update to version 12.8.0. OBS-URL: https://build.opensuse.org/request/show/1146020 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=355
This commit is contained in:
parent
3f3e990815
commit
bf8dde4417
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df32064bdf5c47153cf180b3c2012c8a194a07ee892654a6914b486fff2cfa69
|
||||
size 6813060
|
3
armadillo-12.8.0.tar.xz
Normal file
3
armadillo-12.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a89bb6fece5ce9fdd1d01a4bc145cf7cc0b939c5777cca46de69c2f5e3412cf0
|
||||
size 6997828
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 20:28:37 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 12.8.0:
|
||||
* Faster detection of symmetric expressions by pinv() and
|
||||
rank().
|
||||
* Expanded shift() to handle sparse matrices.
|
||||
* Expanded conv_to for more flexible conversions between sparse
|
||||
and dense matrices.
|
||||
* Added cbrt().
|
||||
* More compact representation of integers when saving matrices
|
||||
in CSV format.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 17:30:21 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package armadillo
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo12
|
||||
Name: armadillo
|
||||
Version: 12.6.7
|
||||
Version: 12.8.0
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user