1
0

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

Botched previous version, this one should be good. Really sorry.

OBS-URL: https://build.opensuse.org/request/show/297260
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=143
This commit is contained in:
Ismail Dönmez
2015-04-16 17:51:29 +00:00
committed by Git OBS Bridge
parent 70e874eee7
commit 4a1af8213f
5 changed files with 41 additions and 8 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Apr 16 06:16:24 UTC 2015 - badshah400@gmail.com
- Update to version 5.000.1:
+ Fix an issue with C++11 support.
- Add superlu-devel as BuildRequires, and as Requires for
armadillo.
-------------------------------------------------------------------
Mon Apr 13 17:50:44 UTC 2015 - badshah400@gmail.com
- Update to version 5.000.0 (Ankle Biter):
+ Added spsolve() for solving sparse systems of linear
equations.
+ Added svds() for singular value decomposition of sparse
matrices.
+ Added nonzeros() for extracting non-zero values from matrices.
+ Added handling of diagonal views by sparse matrices.
+ Expanded repmat() to handle sparse matrices.
+ Expanded join_rows() and join_cols() to handle sparse
matrices.
+ sort_index() and stable_sort_index() have been placed in the
delayed operations framework for increased efficiency.
+ Use of 64 bit integers is automatically enabled when using a
C++11 compiler.
+ Workaround for a bug in recent releases of Apple Xcode.
+ Workaround for a bug in LAPACK 3.5.
- New dependency: superlu >= 4.3.
- Updated shared library name to libarmadillo5 in track with
upstream so name change.
-------------------------------------------------------------------
Sat Mar 21 00:29:27 UTC 2015 - badshah400@gmail.com