forked from pool/armadillo
Accepting request 324186 from home:badshah400:branches:devel:libraries:c_c++
Version 5.400.2 OBS-URL: https://build.opensuse.org/request/show/324186 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=153
This commit is contained in:
parent
b6c89bd2d7
commit
d0ebb38a3d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ee9943011ed6e2f58fa4dfd5b34b0255890b1135ccbaf672542ed1b6a5ba204
|
|
||||||
size 5435471
|
|
3
armadillo-5.400.2.tar.gz
Normal file
3
armadillo-5.400.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d155f50bcdd716e52c5c59ccba88adbedfa406f92b76b9edb7a84bd737dbff84
|
||||||
|
size 5440024
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 04:44:22 UTC 2015 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 5.400.2:
|
||||||
|
+ Undocumented fixes.
|
||||||
|
- Changes from version 5.400.0 (Plutocracy Incorporated Deluxe):
|
||||||
|
+ Added find_unique() for finding indices of unique values.
|
||||||
|
+ Added diff() for calculating differences between consecutive
|
||||||
|
elements.
|
||||||
|
+ Added cumprod() for calculating cumulative product.
|
||||||
|
+ Added null() for finding the orthonormal basis of null space.
|
||||||
|
+ Expanded interp1() to handle repeated locations.
|
||||||
|
+ Expanded unique() to handle complex numbers.
|
||||||
|
+ Faster flipud().
|
||||||
|
+ Faster row-wise cumsum().
|
||||||
|
+ Fix for k-means clustering in gmm_diag class.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 7 23:02:46 UTC 2015 - badshah400@gmail.com
|
Fri Aug 7 23:02:46 UTC 2015 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package armadillo
|
# spec file for package armadillo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define soname libarmadillo5
|
%define soname libarmadillo5
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 5.300.4
|
Version: 5.400.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user