[eigen] Re: Eigen 3.2 release plan |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Re: Eigen 3.2 release plan
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 16 Jul 2013 22:56:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=/EFwoMg8ImD5CUxb9lTFrFU+ZUKKH17x4JnBMOqPftU=; b=IYrcYSxokBCn7ueX2ZRsjNPUHxJMDDMxN+KjWckgwB5zjfU0WumoS4/uFDmTzUi+e5 RA0vGjpnYzZjR/o7+rO/nqMFJhss1ffKzX3rLM67E9j894mN3bnBkF6mR0dXCx8vf9pu LTbB5+/J5He3ToMWMQMDgkh+oS6Z/v7CqHkraxkmSiKAzltcHmDOUuxgfRO0CbFPGH5g ACUZiQviUMCKopMhd2Zz+to4jXRX5xHlrbwWs6yHiOSUlI5tLvMj3wPi+NIIafx/y1oe JUZQJta0vgBIeLS8woD/O8v7wTx/AFyxTdiY1cajRGGsDCk7Gn3bD4xTriXXiuWPG11H RUDQ==
Hi,
the goal was to release 3.2-RC yesterday, but I've been very busy and
there were still a few issues to be resolved. Today, I don't see any
stopper. All the bug entries related to 3.2 have been either fixed or
postponed for a few feature requests. On CDash, most the remaining
issues are related to unsupported modules, so no stoppers. There are
only the geo_quaternion_{1,2} unit tests that make clang 3.2 crash on
the continuous-integration virtual machine. I cannot reproduce this
issue with clang 3.2 on other linux or non-linux system. The OS in
ubuntu-precise, so if someone with this OS could give it a try, that
would be nice.
Finally, the last remaining steps to make the release are:
1 - create the 3.2 branch
2 - remove evaluators from the 3.2 branch
3 - write the changelog
Any volunteer for the changelog?
cheers,
Gaell.
On Fri, Jul 5, 2013 at 10:02 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> Hi,
>
> during the last few weeks we fixed many bugs and warnings in the devel
> branch, and it seems to me that we are pretty close to be able to
> release the stable 3.2 version. Given the numerous users who are
> already working with the devel branch, I don't think there is needs
> for a beta-2, and I'd like to propose to release the RC version on
> monday 15/07 to hopefully get the final 3.2 on friday 19/07.
>
> If you agree with that proposal, all kind of helps during the next
> week will be very welcome to fix the few remaining bits, test on fancy
> systems, and improve documentation. For instance, extending the manual
> with the Ref<> is a must-have.
>
> What do you think?
>
> gael.