1
0

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

- Update to version 3.4.3:
  + Fix for aliasing issue in diagmat()
  + Fix for speye() signature
  + Fixes for handling empty sparse matrices
  + Minor fixes for handling sparse submatrix views
  + Minor speedups for sparse matrices
  + Workaround for a bug in the Mac OS X accelerate framework
  + Added documentation for saving & loading matrices in HDF5
    format
  + Faster dot() and cdot() for complex numbers.

OBS-URL: https://build.opensuse.org/request/show/137517
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=58
This commit is contained in:
Stephan Kulow
2012-10-08 20:56:28 +00:00
committed by Git OBS Bridge
parent 324a43824e
commit f1995a047a
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Oct 7 23:53:46 UTC 2012 - badshah400@gmail.com
- Update to version 3.4.3:
+ Fix for aliasing issue in diagmat()
+ Fix for speye() signature
+ Fixes for handling empty sparse matrices
+ Minor fixes for handling sparse submatrix views
+ Minor speedups for sparse matrices
+ Workaround for a bug in the Mac OS X accelerate framework
+ Added documentation for saving & loading matrices in HDF5
format
+ Faster dot() and cdot() for complex numbers.
-------------------------------------------------------------------
Wed Sep 26 05:25:05 UTC 2012 - badshah400@gmail.com