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: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 13 Feb 2011 08:34:42 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=bSKn5uzgDrLAa4jXAYU1ypXbR18AYGBg1qWmVVWIVpI=; b=Mp1TNk5n6A5LrOtDuwvKxBuXBedMMsgUiWSQLGXtwH4a71bmq2xRGyoDItIOERAPu7 VyUSe3LSYBIHgOXVqWG+O+mHEXioDzKSJLQhWA6k9oG61Da5wq/xT05a7/8BkWLvGy/i kRdcIP8Hd8CkY7e+DIYs5mjnXf0qbQUlWOYgE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ozmTjOhkjDqRceTGxUT1NHP9I/VZ2RC0qzNCTocyL2SR3Lq3zHlzmOQzpRdkinT0PY 7MWQnzZDECxYNBxwK/jnl2TQ+j+b4qbWKvP1UV41qlA4oSab0UIJhGQGSfQBfZLeEhK8 Y5QjEzPbvlnvF0bMdgtYX9MGs6fGVPf90mDPM=
Oh, thanks Hauke! I got it wrong. Anyway, this is awesome news, as it
means that beta3 should be entirely safe for MSVC users!
Benoit
2011/2/13 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> 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
>>
>>
>>
>
>
>