Re: [eigen] backporting the vectorized quaternion product to 2.0 ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] backporting the vectorized quaternion product to 2.0 ?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 23 Sep 2009 12:00:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VbUioEN//6NoaSa5CjIN+zN+q4LSJzQaf1V0fMYmtbM=; b=eUGxiDbf5gsiQh5cw6fBDXrxX/HSw4Hqdrcl+tV8N4IjK5BxAPAkZsCEkWAb2CGJnf +2D202SHiYg+0P0Wtizleou+XGtzs8qlrPoQxm8Ok0BZ1HsR6KBDqxynvN0Rj8v92l3k 3yJLyroiKeK3W6IY3vv9U/JhHXnTF9sPYTcWA=
- 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; b=mcmzC5U5k37aP77AUO1+ZxNIoEeUYa0yHBEyBCM1svWHU1M2wavjqAm6r4DUARdIPx hFQeIojwKjejNcjtqmA2NxaesN4srwmvmyCvj61DuozYEJkUHdXetUpn/fwSkdLcPDwH 9gwAP8KO0Bxkylnbu7cLAhgoWYf4f5Vu94BSY=
2009/9/23 Cyrille Berger <cberger@xxxxxxxxxxx>:
> Hi,
>
> Well you could consider to make a 2.1 branch with all the features that are
> backportable (aka that keep API stable) and release that. And declare trunk to
> be future 3.0, and take your time on that.
This would take a lot of effort, I am afraid that it is too big a drag
of resources for us.
> I will also give my 2 cents on API stability, I think it has always been a bit
> overated (there are very successfull project with totally unstable API), there
> are things that make breakeage very bearable:
> 1) the changes need to be well documented
> 2) coinstability of the installation (you do that with the eigen2/3 include),
> 3) keeping to have bug fix release of 2.x even after 3.x is available
> 4) in the case of eigen, it's important that data class of eigen have/get
> stable API/ABI (vectors and matrixes), this would make it possible to have a
> more heterogenous environment (aka use a vector made with an eigen2 library in
> an application used by eigen3) and to be confident in the use of eigen in
> public API of other libraries
2: yes indeed;
1 and 3: yes that's my plan;
4: we have compatibility for the Matrix class but not for all other
classes like decompositions.
Of course, after the 3.0 release we keep everything ABI compatible
exactly for the reason you mention.
Benoit