Accepting request 729456 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/729456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=129
This commit is contained in:
commit
01a4f1ad57
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dadb6deea48c53417fd82035a8f1f25c04c925e5b3300acd198a359994af0be
|
|
||||||
size 4803984
|
|
3
armadillo-9.700.2.tar.xz
Normal file
3
armadillo-9.700.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
|
||||||
|
size 4710256
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 09:35:57 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 9.700.2:
|
||||||
|
* Faster handling of cubes by vectorise().
|
||||||
|
* Faster handling of sparse matrices by nonzeros().
|
||||||
|
* Faster row-wise index_min() and index_max().
|
||||||
|
* Expanded join_rows() and join_cols() to handle joining up to 4
|
||||||
|
matrices.
|
||||||
|
* Expanded .save() and .load() to allow storing sparse matrices
|
||||||
|
in CSV format.
|
||||||
|
* Added randperm() to generate a vector with random permutation
|
||||||
|
of a sequence of integers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 11:39:07 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
Tue Jul 16 11:39:07 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname libarmadillo9
|
%define soname libarmadillo9
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 9.600.4
|
Version: 9.700.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user