[eigen] 3.0.4 and 2.0.17 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 3.0.4 and 2.0.17 released!
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 6 Dec 2011 09:36:09 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=A6qx2UvizDXS9psFR04OA1TYt0WwP2uJUchTSV9fnLw=; b=nVOZUr09m2sYRZ7qvHx/A3uaRUTvH4MXvy7XnDszcnxMc5yaaOmKcgTIE2uGkXZA08 4GR3xqatSiOfrDWC8R0q4K/737AuqaM7KKP0SDQmECamm38Mk89sA0cIoVRhkPTmjAXp x/dWZEUpzEVLy3UFKdq9atkIH6AJs7mrs8pN0=
Hi,
Eigen 3.0.4 and 2.0.17 are released.
The source archives are at:
http://bitbucket.org/eigen/eigen/get/3.0.4.tar.bz2
http://bitbucket.org/eigen/eigen/get/2.0.17.tar.bz2
Changes in 3.0.4 since 3.0.3:
Bug 363 - check for integer overflow in size computations
Bug 369 - Quaternion alignment is broken (and more alignment fixes)
Bug 354 - Converge better in SelfAdjointEigenSolver, and allow
better handling of non-convergent cases
Bug 347 - Fix compilation on ARM NEON with LLVM 3.0 and iOS SDK 5.0
Bug 372 - Put unsupported modules documentation at the right place
Bug 383 - Fix C++11 compilation problem due to some constructs
mis-interpreted as c++11 user-defined literals
Bug 373 - Compilation error with clang 2.9 when exceptions are disabled
Fix compilation issue with QuaternionBase::cast
Changes in 2.0.17 since 2.0.16:
Fix a compilation bug in aligned_allocator: the allocate method
should take a void pointer
Fix a typo in ParametrizedLine documentation
Cheers,
Benoit