[SCM] Eigen3 packaging. branch, experimental, updated. debian/3.1.0-1-18-g06a5d39

Anton Gladky gladky.anton at gmail.com
Wed Nov 7 21:54:25 UTC 2012


The following commit has been merged in the experimental branch:
commit 5b26c4cf578f906c76ef5ab22cba7fd94d78b2c8
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Nov 7 22:20:20 2012 +0100

    Update upstream changelog.

diff --git a/debian/Changelog_upstream b/debian/Changelog_upstream
index d5080c8..e8f0ff8 100644
--- a/debian/Changelog_upstream
+++ b/debian/Changelog_upstream
@@ -3,6 +3,51 @@ Changelog has been taken from
 and
 	http://eigen.tuxfamily.org/index.php?title=ChangeLog
 
+== Eigen 3.1.2 ==
+
+Released on Nov 05, 2012
+
+Changes since 3.1.1:
+
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=524 Bug 524] - Pardiso's parameter array does not have to be aligned!
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=521 Bug 521] - Disable __cpuidex on architectures different that x86 or x86-64 with MSVC.
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=519 Bug 519] - AlignedBox::dim() was wrong for dynamic dimensions.
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=515 Bug 515] - Fix missing explicit scalar conversion.
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=511 Bug 511] - Fix pretty printers on windows.
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=509 Bug 509] - Fix warnings with gcc 4.7
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=501 Bug 501] - Remove aggressive mat/scalar optimization (was replaced by mat*(1/scalar) for non integer types).
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=479 Bug 479] - Use EISPACK's strategy re max number of iters in Schur decomposition.
+* Add support for scalar multiple of diagonal matrices.
+* Forward resize() function from Array/Matrix wrappers to the nested expression such that mat.array().resize(a,b) is now allowed.
+* Windows CE: fix the lack of the aligned_malloc function on this platform.
+* Fix comma initializer when inserting empty matrices.
+* Fix dense=sparse*diagonal products.
+* Fix compilation with m.array().min(scalar) and m.array().max(scalar).
+* Fix out-of-range memory access in GEMV (the memory was not used for the computation, only to assemble unaligned packets from aligned packet loads).
+* Fix various regressions with MKL support.
+* Fix aliasing issue in sparse matrix assignment.
+* Remove stupid assert in blue norm.
+* Workaround a weird compilation error with MSVC.
+
+
+== Eigen 3.1.1 ==
+
+Released on July 22, 2012
+
+Changes since 3.1.0:
+* [[Main_Page#License|relicense to MPL2]]
+* add a EIGEN_MPL2_ONLY build option to generate compiler errors when including non-MPL2 modules
+* remove dynamic allocation for triangular matrix-matrix products of fixed size objects
+* Fix possible underflow issues in SelfAdjointEigenSolver
+* Fix issues with fixed-size Diagonal (sub/super diagonal size computation was wrong)
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=487 Bug 487] - Geometry module: isometry * scaling compilation error
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=486 Bug 486] - MKL support: fixed multiple-references linker errors with various decompositions
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=480 Bug 480] - work around compilation error on Android NDK due to isfinite being defined as a macro
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=485 Bug 485] - IterativeLinearSolvers: conflict between a typedef and template type parameter
+* [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=479 Bug 479] - Eigenvalues/Schur: Adjust max iterations count to matrix size
+* Fixed Geometry module compilation under MSVC
+* Fixed Sparse module compilation under MSVC 2005
+
 
 == Eigen 3.1.0 ==
 

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list