forked from pool/armadillo
Accepting request 878763 from home:badshah400:branches:devel:libraries:c_c++
Update to version 10.3.0 OBS-URL: https://build.opensuse.org/request/show/878763 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=288
This commit is contained in:
parent
8b6be0d46f
commit
05864ef3be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94295fc62ecc4373e5a96c7b62b923fd71a81f315aa9597b282aafd8559e9435
|
||||
size 6037524
|
3
armadillo-10.3.0.tar.xz
Normal file
3
armadillo-10.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab1efffa5af90000a11a19a39302fdfbc5c4abf6fab578a9bd0e9c95cf81e4c7
|
||||
size 6214388
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 13 14:20:22 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 10.3.0:
|
||||
* faster handling of symmetric positive definite matrices by
|
||||
pinv()
|
||||
* expanded .save() / .load() for dense matrices to handle
|
||||
coord_ascii format
|
||||
* for out of bounds access, element accessors now throw the more
|
||||
nuanced std::out_of_range exception, instead of only
|
||||
std::logic_error
|
||||
* improved quality of random numbers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 23:02:55 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo10
|
||||
Name: armadillo
|
||||
Version: 10.2.2
|
||||
Version: 10.3.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