[eigen] Eigen 3.0.2 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Eigen 3.0.2 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 26 Aug 2011 15:13:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=LKiYjBxM4s1QMgB7cD8fKe/05/cuWc1PNHMrVkoSbvU=; b=vj5xPCM8eRyU9Y+l3AHaJx66kUdyi6HKgrVuUPE4ctmBm5Vnw8oAq24tbPiw+zM81r q0DUHhgx/9gTpi2VRZTIG1zEHSRmW1223SgTpkJ2fystMV8fQJTVwGzl0vLmS74aYoMU deO9av7XoZPjN9wv5Jk/MEl3KD+eRmD9WQZ4w=
Hi,
Eigen 3.0.2 has been released on August 26, 2011.
The source archive is at: http://bitbucket.org/eigen/eigen/get/3.0.2.tar.bz2
Among various minor bug fixes, this release fixes some compilation
issues with MinGW, improves the compliance to the C++ standard, and,
for windows.h users, it is not necessary to #undef the min/max macros
anymore.
Complete changelog:
http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.0.2
Gael