[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.7
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 22 Oct 2009 16:18:30 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2H+xMIlR6DJ05ZHWwmWpy33hVCGJDIAu+1BqA1jyMzU=; b=G8kiw+ofZvsDOKrO/tIvCoDXheB2c96i3hmXVpdzN+gmkgckZ3YCyV7UDiJiEZ7Uqi TjU7H+PgrLyw34wdUzUxF5HFZQ9i5X9JiH9qyfJamlwsGCrAafYfgAXTHQO/XSZbXZyK klZQfYX47VEbwdDpySdg+HBnSozaJVSvLp6wI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eef3NwYY+WGSZt+Kt+BKAolhcFTl2igB6Y0s2tTNgUQF0ACj/MFZ590osj/8iKQoPT ADN3NK/Ed78JEiOnGVghxg0L7aQ6xdP5/zUrQYzHgivphbn7/+BIjI8Rp2fJlftSDDp6 0Q265DRW7tBzQ1O/hSNTWz0zUXnKbMgT017tw=
Hi,
Eigen 2.0.7 is released.
The source archive is at:
http://bitbucket.org/eigen/eigen2/get/2.0.7.tar.bz2
Changes since 2.0.6:
* fix bug #61: crash when using Qt QVector on Windows 32-bit. By
Hauke Heibel.
* fix bug #10: the reallocateSparse function was half coded
* fix bug in SparseMatrix::resize() not correcting initializing by zero
* fix another bug in SparseMatrix::resize() when outerSize==0. By
Hauke Heibel.
* fully support GCC 3.3. It was working in 2.0.2, there was a
compilation error in 2.0.6, now for the first time in 2.0.7 it's 100%
tested (the test suite passes without any errors, warnings, or failed
tests).
* SVD: add missing assert (help catch mistakes)
* fixed warnings in unit-tests (Hauke Heibel)
* finish syncing Memory.h with the devel branch. This is cleaner
and fixes a warning. The choice of system aligned malloc function may
be affected by this change.
* add pkg-config support by Rhys Ulerich.
* documentation fix and doc-generation-script updates by Thomas Capricelli.
Cheers,
Benoit