Re: [eigen] 3.0-beta3 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3.0-beta3 released!
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Sun, 13 Feb 2011 08:52:24 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=ZWNp2knLE+tyF8Y1GhO4KvN6b0sTpI1k+avjiWpkxHU=; b=q3HJtwU6Ow/wrDzV9P8MhJ6n2nXyI/kHJqKUJjuKU2mKvsi6bMHuCc7TNu6tePV9fO gWJAdffHLwPfTRwJsNuSfL0jFe0xDYYxNrDxdhT0s/aUOlFG1p1JWy/eA+TwcHk5Jlto WQ/DPC8006rnbJHMHLWvw/tkdN6yoxJh5UvUM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vCrr9gkz6cqHldlAx/YDXGfBmMS4QFK0DFk3K7LSqYWQMs8qgfkA5yz7gCyk/WZLL1 650ka6fqUMuYLUKpzAQShnEN879Ua4q7gA02p+LxBRu9AFgQg60O6+B/oYxQ2WIcEqqG fm847/aufitjkKmtjw1Tdg/PcxXMAxNcOnHGM=
A tiny correction. The only remaining MSVC related error is
83: [MSVC] Compilation error in Visual Studio 2008
which is a bug related to std::deque.
- Hauke
On Sun, Feb 13, 2011 at 1:30 AM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Hi,
>
> Eigen 3.0-beta3 is released.
>
> Download: http://bitbucket.org/eigen/eigen/get/3.0-beta3.tar.bz2
>
> A ChangeLog is available at:
> http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.0-beta3
>
> This email only goes a few important bullet points.
>
> * Testing always welcome: http://eigen.tuxfamily.org/index.php?title=Tests
> * The API should now be 100% stable
> * The migration path from Eigen 2 is ready and documented:
> http://eigen.tuxfamily.org/dox-devel/Eigen2SupportModes.html
> * The final 3.0 release should follow very soon now.
>
> *** Caveat ***
>
> We have unresolved strict-aliasing-related issues with GCC 4.3. See bug 89:
> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=89
>
> Also, we still have one test failure with MSVC 2010 64bit, which is a
> MSVC compiler bug that still needs to get a work-around:
> http://eigen.tuxfamily.org/CDash/viewTest.php?onlydelta&buildid=4958
>
> *** Celebration ***
>
> If you've followed the development, you know that this milestone marks
> when we're virtually ready for the 3.0 release. In particular, test
> coverage dramatically expanded since beta2, with the BLAS test suite
> fully passing, the LAPACK tests, the Eigen2 test suite passing against
> the newly expanded Eigen2 compatibility mode, and the new failtests.
> All of that allowed to fix many bugs --- and keep them away forever.
>
> For the past two weeks, we've been primarily fighting compiler issues,
> mostly MSVC bugs. We've very close now to releasing 3.0 final knowing
> that it's an entirely safe upgrade for all users.
>
> Cheers,
> Benoit
>
>
>