[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.4 release
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 1 Aug 2009 01:06:35 +0200
- 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:content-transfer-encoding; bh=3KfS/eoTVJjuZwho1b1N5MYrjPiUfi2iGZN3BP5YJTw=; b=ZdTof6M9S1zpy7BwrJluFQfFZLm7edC8hOB5JqJ4VXchJtM8ve9Ur92QI95Cp91s/A pOuQUlHIR5wkOqryoRcDmagcsl9o8BV6NdqlaTE/h+bz2NwnK4uuSfl9nzKKQwyjJgma HK1/g3r6euDZYmZnNSbn4DqArWf9bMO6q/AT0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=uex2vVAa3zqjJNxS++1zrvkhmL2/GEI8q7CWjGqkDm39PgN1boxaWpxZeht98eTbuR xUXnv18QC+JQYSoulfYvqfI5oc3d4fZLne+oEBZFC3fJBWHvYia/j+HnCAnmx73//XHK TlUenf/mTSdODtTZw1Cr78ASTY15OKGsdj+Rc=
Hi,
Eigen 2.0.4 is released. This is only a maintainance release for the 2.0 series.
The source archive is at:
http://bitbucket.org/eigen/eigen2/get/2.0.4.tar.bz2
Changes since 2.0.3:
* Several fixes in the overloaded new and delete operators. Thanks to
Hauke Heibel.
* compilation fix: add the missing ei_atan2 function. Thanks to Manuel Yguel.
* Use ei_atan2 instead of using std::atan2 directly.
* several compilation fixes in the Qt interoperability code: methods
toQTransform() and toQMatrix(). Thanks to Anthony Truchet.
* compilation fix and simplification in Matrix assignment
* compilation fixes in "a *= b" and "a=a*b" when a has to be resized.
* remove a "stupid" version of ei_pow. for integers for gcc >= 4.3
* bug fix in Quaternion::setFromTwoVectors()
* several ctest improvements: use our own dashboard, use a separate
project for the 2.0 branch.
* documentation: improvement on the pages on unaligned arrays (the
online copies have been updated immediately).
Cheers,
Benoit