1
0
forked from pool/armadillo

Accepting request 728461 from home:badshah400:branches:devel:libraries:c_c++

- 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.

OBS-URL: https://build.opensuse.org/request/show/728461
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=254
This commit is contained in:
Marcus Meissner 2019-09-09 12:39:38 +00:00 committed by Git OBS Bridge
parent 956ea9b520
commit adc01b278e
4 changed files with 18 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
size 4710256

View File

@ -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>

View File

@ -18,7 +18,7 @@
%define soname libarmadillo9
Name: armadillo
Version: 9.600.4
Version: 9.700.2
Release: 0
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0