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

- Update to version 7.960.0:
  + Faster randn() when using OpenMP.
  + Faster gmm_diag class, for Gaussian mixture models with
    diagonal covariance matrices.
  + Added .sum_log_p() to the gmm_diag class.
  + Added gmm_full class, for Gaussian mixture models with full
    covariance matrices.
  + Expanded .each_slice() to optionally use OpenMP for
    multi-threaded execution.
- Drop %%check section entirely, this is not expected to work
  going forward. Also drop armadillo-tests.patch, which was meant
  for the tests in the %%check section.

OBS-URL: https://build.opensuse.org/request/show/514545
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=213
This commit is contained in:
Ismail Dönmez
2017-08-04 12:28:01 +00:00
committed by Git OBS Bridge
parent e32636509e
commit ee81254d14
5 changed files with 20 additions and 102 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Aug 4 10:36:47 UTC 2017 - badshah400@gmail.com
- Update to version 7.960.0:
+ Faster randn() when using OpenMP.
+ Faster gmm_diag class, for Gaussian mixture models with
diagonal covariance matrices.
+ Added .sum_log_p() to the gmm_diag class.
+ Added gmm_full class, for Gaussian mixture models with full
covariance matrices.
+ Expanded .each_slice() to optionally use OpenMP for
multi-threaded execution.
- Drop %%check section entirely, this is not expected to work
going forward. Also drop armadillo-tests.patch, which was meant
for the tests in the %%check section.
-------------------------------------------------------------------
Wed Jun 21 12:07:23 UTC 2017 - badshah400@gmail.com