[eigen] Eigen 2.0.1 released |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Eigen 2.0.1 released
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 14 Apr 2009 16:46:18 +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=/PXo+a57ZXcSISXy+mKKdS7OFI9ouy3FWzAcWDeksx4=; b=brfa/cBSTjwOgBHInuFC1JHv38eVgPTJCgF2aPVE0Ra/vqcj4eyG86tRzyf6N5dqJV qcKbo0w/RilEaxK+pV8Qgd8OAsbCvK2r9MrLQPRh28TDzpbrz/r0I8JsCKXPPcnYtbNL y9oVD6uV6wgNkqbqRcKI7JMrtDqH+mpBc7R/I=
- 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=O0EFh1u8a1kEeDEjSTmj7kUuiRuEA3EYmhPmsMFhf8XjH1X5BsbBkbZ4fzmoFugEtb 9in7ZepLCtHOWOrdtSQCZ92t+PUVq41pCRkXWhmZwG2KHChBSwhzkclo5eevEfIs3vM5 DLQ0q9zPEv16j03GS6gxta1dH9SeRSIOtSBK8=
Hi,
Eigen 2.0.1, the first maintainance release for Eigen 2.0, is released.
The tarball is here:
http://download.tuxfamily.org/eigen/eigen-2.0.1.tar.bz2
The svn tag is : /tags/eigen/2.0.1
Changes:
PORTABILITY IMPROVEMENTS
* disable alignment altogether on exotic platforms on which we don't
vectorize anyway. This allows e.g. to use Eigen on ARM platforms.
COMPATIBILITY IMPROVEMENTS
* new StdVector header with a new workaround for
the problems with std::vector.
* workarounds for MSVC internal compiler errors
* MSVC 9 compilation fix (patch by Hauke Heibel)
BUG FIXES
* fixes for various bugs in Maps/Blocks that could give wrong results
* fix bug in 4x4 matrix inverse that could give wrong results
* compilation fix in SliceVectorization
* fix wrong static assertion (patch by Markus Moll)
* add missing operators in aligned_allocator (thanks to Hauke Heibel)
Cheers,
Benoit