[SCM] Eigen3 packaging. branch, master, updated. debian/3.0.6_beta_hg6804713-1-6-gb09f547

Anton Gladky gladky.anton at gmail.com
Wed Jun 6 21:47:16 UTC 2012


The following commit has been merged in the master branch:
commit b09f5473eb869e2a2fe5731eaf7c863bafe75bff
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jun 6 23:47:11 2012 +0200

    Update upstream changelog.

diff --git a/debian/Changelog_upstream b/debian/Changelog_upstream
index a97caa9..29c24b7 100644
--- a/debian/Changelog_upstream
+++ b/debian/Changelog_upstream
@@ -3,6 +3,40 @@ Changelog has been taken from
 and
 	http://eigen.tuxfamily.org/index.php?title=ChangeLog
 
+== Eigen 3.1.0-beta1 ==
+
+Planed for June 7, 2012
+
+Main changes since 3.0.1-alpha2:
+* '''API changes'''
+** SimplicialLLt and SimplicialLDLt are now renamed SimplicialLLT and SimplicialLDLT for consistency with the other modules.
+** The Pardiso support module is now spelled "PardisoSupport"
+* Dense modules:
+** Add operator/(Scalar,ArrayBase) and coefficient-wise pow operator.
+** Fix automatic evaluation of expressions nested by Replicate (performance improvement)
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=447 Bug 447]  Fix infinite recursion in ProductBase::coeff()
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=455 Bug 455] add support for c++11 in aligned_allocator
+** LinSpace: add a missing variant, and fix the size=1 case
+* Sparse modules:
+** Add an '''IncompleteLU''' preconditioner with dual thresholding.
+** Add an interface to the parallel '''Pastix''' solver
+** Improve applicability of permutations (add SparseMatrixBase::twistedBy, handle non symmetric permutations)
+** CholmodDecomposition now has explicit variants: CholmodSupernodalLLT, CholmodSimplicialLLT, CholmodSimplicialLDLT
+** Add analysePattern/factorize methods to iterative solvers
+** Preserve explicit zero in a sparse assignment
+** Speedup sparse*dense products
+** Fix a couple of issues with Pardiso support
+* Geometry module:
+** Improve performance of some Transform<> operations by better preserving the alignment status.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=415 Bug 415] wrong return type in Rotation2D::operator*=
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=439 Bug 439] add Quaternion::FromTwoVectors() static constructor
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=362 Bug 362] missing specialization for affine-compact * projective
+* Others:
+** add support for RVCT 3.1 compiler
+** New tutorial page on Map
+** and many other bug fixes such as: [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=417 Bug 417], [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=419 Bug 419], [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=450 Bug 450]
+
+
 == Eigen 3.0.5 ==
 
 Released February 10, 2012

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list