[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.5 release
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 22 Aug 2009 17:38:41 -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:content-transfer-encoding; bh=o5VTy6PTspVHcrNhc7s44Rys5M6hUArbQecAmGrqMFE=; b=xYUW2Nx2KDG0Lr6uvYTtI6/RdLkc2qMHG3i/jF7qKyAXkrkQiwHNpEZ2bIGk6R09JI /mw+BXNi9rtU0JNSnJ3PyDt+nmBdfXzzXKzo1HS+XLA51rIY7JY9ZsBw93PvPMzF+Y3S 36SC+SZTbuLlyddfBHDGh9oLrT/1zkBYdnDjI=
- 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=sMjs6WdXKaxVfUEHzsHnNoNgWLw01xOQukX0+j/v8LAoEKIFuXeT5sPFU5Eu0kRWdG DqSvD/9IRomNFsfVDUpg0/PW+X5G3BvtLlI2/BCvoOP/SUKHH5WiWL2qo9kVKxu+zl8i IW4nEW2lYlntcun68+e0nIFU+Q03JbZFrjEEI=
Hi,
Eigen 2.0.5 is released. The flow of fixes to Eigen 2.0 doesn't seem
to slow down, a testament to the number of coding mistakes we've been
able to make in the first place. Thanks to everybody for making this
possible!
The source archive is at:
http://bitbucket.org/eigen/eigen2/get/2.0.5.tar.bz2
Changes since 2.0.4:
* fix bug: in rare situations involving mixed storage orders, a matrix
product could be evaluated as its own transpose
* fix bug: LU::solve() crashed when called on the LU decomposition of
a zero matrix
* fix bug: EIGEN_STACK_ALLOCATION_LIMIT was too high, resulting in
stack corruption for a user. Now it is set as in the devel branch.
* fix compilation bug: our StdVector header didn't work with GCC 4.1. (Bug #41)
* fix compilation bug: missing return statement in
Rotation2D::operator*= (Bug #36)
* in StdVector, a more useful #error message about the #including order
* add EIGEN_TRANSFORM_PLUGIN allowing to customize the Transform class
* fix a warning with MSVC
* fix a bug in our cmake code when building unit-tests (thanks to
Marcus Hanwell)
* work around a bug in cmake that made it fail to build unit-tests
when fortran wasn't installed
* in our cmake code, remove the part about retrieving the mercurial
info and appending it to the version number in the dox
* dox: remove the old example list
* fix the option to build a binary library, although it's not very
useful and will be removed
* add basic .hgignore file and script to build the docs (thanks to
Thomas Capricelli)
Cheers,
Benoit