[eigen3] 03/04: Update upstream changelog.

Anton Gladky gladk at moszumanska.debian.org
Fri Jun 30 17:20:04 UTC 2017


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

gladk pushed a commit to branch master
in repository eigen3.

commit dc9448ee7cf674f545b1e129a665e3303f6fe90d
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Jun 29 19:10:03 2017 +0200

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

diff --git a/debian/Changelog_upstream b/debian/Changelog_upstream
index 3bcca66..773b968 100644
--- a/debian/Changelog_upstream
+++ b/debian/Changelog_upstream
@@ -1,6 +1,39 @@
 Changelog has been taken from
   http://eigen.tuxfamily.org/index.php?title=ChangeLog
 
+== Eigen 3.3.4 ==
+
+Released on June 15, 2017.
+
+Changes since 3.3.3:
+
+* General:
+** Improve speed of Jacobi rotation when mixing complex and real types.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1405 Bug 1405]: enable StrictlyLower/StrictlyUpper triangularView as the destination of matrix*matrix products.
+** UmfPack support: enable changes in the control settings and add report functions.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1423 Bug 1423]: fix LSCG's Jacobi preconditioner for row-major matrices.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1424 Bug 1424]: fix compilation issue with abs and unsigned integers as scalar type.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1410 Bug 1410]: fix lvalue propagation of Array/Matrix-Wrapper with a const nested expression.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1403 Bug 1403]: fix several implicit scalar type conversion making SVD decompositions compatible with ceres::Jet.
+** Fix some real-to-scalar-to-real useless conversions in  ColPivHouseholderQR.
+* Regressions:
+** Fix dense * sparse-selfadjoint-view product.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1417 Bug 1417]: make LinSpace compatible with std::complex.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1400 Bug 1400]: fix stableNorm alignment issue with EIGEN_DONT_ALIGN_STATICALLY.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1411 Bug 1411]: fix alignment issue in Quaternion.
+** Fix compilation of operations between nested Arrays.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1435 Bug 1435]: fix aliasing issue in expressions like: A = C - B*A.
+* Others:
+** Fix compilation with gcc 4.3 and ARM NEON.
+** Fix prefetches on ARM64 and ARM32.
+** Fix out-of-bounds check in COLAMD.
+** Few minor fixes regarding nvcc/CUDA support, including [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1396 bug 1396].
+** Improve cmake scripts for Pastix and BLAS detection.
+** [http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1401 Bug 1401]: fix compilation of "cond ? x : -x" with x an AutoDiffScalar
+** Fix compilation of matrix log with Map as input.
+** Add specializations of std::numeric_limits for Eigen::half and and AutoDiffScalar
+** Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>
+
 == Eigen 3.3.3 ==
 
 Released on February 21, 2017.

-- 
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