1
0
forked from pool/armadillo

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

- Update to version 9.850.1:
  * faster handling of compound expressions by diagmat().
  * expanded .save() and .load() to handle CSV files with headers
    via csv_name(filename,header) specification.
  * added log_normpdf().
  * added .is_zero().
  * added quantile().

OBS-URL: https://build.opensuse.org/request/show/777645
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=260
This commit is contained in:
Atri Bhattacharya 2020-02-20 16:06:11 +00:00 committed by Git OBS Bridge
parent 9dd6d6a933
commit df8bc96f99
4 changed files with 15 additions and 6 deletions

View File

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

3
armadillo-9.850.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 20 11:11:25 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 9.850.1:
* faster handling of compound expressions by diagmat().
* expanded .save() and .load() to handle CSV files with headers
via csv_name(filename,header) specification.
* added log_normpdf().
* added .is_zero().
* added quantile().
-------------------------------------------------------------------
Sat Jan 4 14:59:19 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -18,7 +18,7 @@
%define soname libarmadillo9
Name: armadillo
Version: 9.800.3
Version: 9.850.1
Release: 0
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0
@ -121,7 +121,6 @@ rm -rf examples/lib_win64
%{_libdir}/*.so.*
%files doc
%defattr(-,root,root)
%doc armadillo_nicta_2010.pdf
%doc rcpp_armadillo_csda_2014.pdf
%doc armadillo_joss_2016.pdf
@ -129,7 +128,6 @@ rm -rf examples/lib_win64
%license LICENSE.txt
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/armadillo