Hi Rob, The related issue (https://gitlab.com/libeigen/eigen/-/issues/1409 <https://gitlab.com/libeigen/eigen/-/issues/1409>) was a blocker for 3.4. 3.3.8 is a minor release and should not introduce new functionality.
Of course we are already actively planning 3.4, so stay tuned! Thanks, David > On 27. Aug 2020, at 15:07, Rob Conde <rob.co...@ai-solutions.com> wrote: > > It looks like this does not have the patch which makes > EIGEN_MAKE_ALIGNED_OPERATOR_NEW unnecessary C++17, is that correct? > > Thanks, > Rob Conde > From: Gael Guennebaud <gael.guenneb...@gmail.com> > Sent: Thursday, August 27, 2020 4:29 AM > To: eigen <eigen@lists.tuxfamily.org> > Subject: [eigen] 3.3.8 expected on September 7 > > Dear all, > > let me start by taking this opportunity to thank David for revitalizing > Eigen's developpement. > > Thank to that, at long last we're having a new release of the stable 3.3 > branch within a few days. Since it receives many more changesets than usual > for such a minor release, it would be very welcome if some of you could test > it with your favorite compiler and options: > > git clone https://gitlab.com/libeigen/eigen > <https://gitlab.com/libeigen/eigen> -b 3.3 eigen3.3 > cd eigen3.3 > mkdir build > cd build > > # run cmake adapting the options to your Eigen's usage, e.g.: > CXX=clang++-9 cmake .. -DEIGEN_TEST_BUILD_FLAGS="-j 8" -DEIGEN_TEST_CXX11=ON > -DEIGEN_TEST_CUDA=ON -DEIGEN_TEST_FMA=ON -DEIGEN_TEST_AVX=ON > -DEIGEN_TEST_OPENMP=ON > > # run ctest while submitting to cdash: > ctest -V -D Experimental -j 8 > > Cheers, > Gaƫl