[eigen3] 06/06: Update Upstream changelog.

Anton Gladky gladk at moszumanska.debian.org
Thu Feb 27 22:51:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository eigen3.

commit b3888aee516f4191b430fdb287eedb11c319009b
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Feb 27 20:10:53 2014 +0100

    Update Upstream changelog.
---
 debian/Changelog_upstream | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/debian/Changelog_upstream b/debian/Changelog_upstream
index 8d4d8c5..61e59d7 100644
--- a/debian/Changelog_upstream
+++ b/debian/Changelog_upstream
@@ -1,6 +1,53 @@
 Changelog has been taken from 
 	http://eigen.tuxfamily.org/index.php?title=ChangeLog
 
+== Eigen 3.2.1 ==
+
+Released on February 26, 2014
+
+Changes since 3.2.0:
+
+* Eigen2 support is now deprecated and will be removed in version 3.3.
+* Core:
+** Bug fix for Ref object containing a temporary matrix.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=654 Bug 654]: Allow construction of row vector from 1D array.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=679 Bug 679]: Support cwiseMin() and cwiseMax() on maps.
+** Support conservativeResize() on vectors.
+** Improve performance of vectorwise and replicate expressions.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=642 Bug 642]: Add vectorization of sqrt for doubles, and make sqrt really safe if EIGEN_FAST_MATH is disabled.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=616 Bug 616]: Try harder to align columns when printing matrices and arrays.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=579 Bug 579]: Add optional run-time parameter to fixed-size block methods.
+** Implement .all() and .any() for zero-sized objects
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=708 Bug 708]: Add placement new and delete for arrays.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=503 Bug 503]: Better C++11 support.
+* Dense linear algebra:
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=689 Bug 689]: Speed up some matrix-vector products by using aligned loads if possible.
+** Make solve in FullPivHouseholderQR return least-square solution if there is no exact solution.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=678 Bug 678]: Fix fullPivHouseholderQR for rectangular matrices.
+** Fix a 0/0 issue in JacobiSVD.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=736 Bug 736]: Wrong result in LDLT::isPositiveDefinite() for semi-definite matrices.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=740 Bug 740]: Fix overflow issue in stableNorm().
+** Make pivoting HouseholderQR compatible with custom scalar types.
+* Geometry:
+** Fix compilation of Transform * UniformScaling
+* Sparse matrices:
+** Fix elimination tree and SparseQR for fat rectangular matrices.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=635 Bug 635]: add isCompressed to MappedSparseMatrix for compatibility.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=664 Bug 664]: Support iterators without operator< in setFromTriplets().
+** Fixes in SparseLU: infinite loop, aliasing issue when solving, overflow in memory allocation, use exceptions only if enabled ([http://eigen.tuxfamily.org/bz/show_bug.cgi?id=672 bug 672]).
+** Fixes in SparseQR: reduce explicit zero, assigning result to map, assert catching non-conforming sizes, memory leak.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=681 Bug 681]: Uninitialized value in CholmodSupport which may lead to incorrect results.
+** Fix some issues when using a non-standard index type ([http://eigen.tuxfamily.org/bz/show_bug.cgi?id=665 bug 665] and more)
+** Update constrained CG (unsupported module) to Eigen3.
+* OS and build system:
+** MacOS put OpenGL header files somewhere else from where we expected it.
+** Do not assume that alloca() is 16-byte aligned on Windows.
+** Compilation fixes when using ICC with Visual Studio.
+** Fix Fortran compiler detection in CMake files.
+* Fix some of our tests (bugs [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=744 744] and [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=748 748] and more).
+* Fix a few compiler warnings (bug [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=317 317] and more).
+* Documentation fixes (bugs [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=609 609], [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=638 638] and [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=739 739] and more).
+
 == Eigen 3.2.0 ==
 
 Released on July 24, 2013.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git



More information about the debian-science-commits mailing list