1
0

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

Update to version 2.4.0: Major feature upgrade; use upstream source tarball and spdx recommended License tag in spec-file

OBS-URL: https://build.opensuse.org/request/show/95466
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=23
This commit is contained in:
Ismail Dönmez
2011-12-05 15:40:31 +00:00
committed by Git OBS Bridge
parent 0c3648b36c
commit cb24d3d3ef
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Dec 5 00:09:19 UTC 2011 - badshah400@gmail.com
- Update to version 2.4.0:
+ Added shorter forms of transposes: .t() and .st()
+ Added optional use of 64 bit indices, allowing matrices to
have more than 4 billion elements
+ Added experimental support for C++11 initialiser lists
+ Faster pinv()
+ Faster inplace transpose
+ Faster handling of expressions with diagonal views
+ Fixes for handling expressions with aliasing and submatrices
+ Fixes for linking on Ubuntu and Debian systems
+ Fixes for inconsistencies in interactions between matrices
and cubes
+ Refactored code to eliminate warnings when using the Clang
C++ compiler
+ .print_trans() and .raw_print_trans() are deprecated.
- Spec file cleanups:
+ Use upstream provided tarballs (in tar.gz format) instead of
recompressing to tar.bz2
+ Modify License tag in confomity with spdx.org specifications
-------------------------------------------------------------------
Tue Nov 22 20:06:40 UTC 2011 - badshah400@gmail.com