From 8af9ebf38c48429ad02ff03d87f6a1e85e9b00a5 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Sat, 17 Nov 2012 15:13:22 -0800 Subject: [PATCH] Update changelog. Change-Id: I055b304b691ebbafbd93368f23ed9e6d4b2288e5 --- docs/changes.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changes.tex b/docs/changes.tex index 3d786f574..159340a5a 100644 --- a/docs/changes.tex +++ b/docs/changes.tex @@ -53,10 +53,18 @@ for (int i = 0; i < num_cameras; ++i) { \item IterationSummary now informs the user when the step is a non-monotonic step. \item Fewer memory allocations when using \texttt{DenseQRSolver}. +\item GradientChecker for testing CostFunctions (William Rucklidge) +\item Add support for cost functions with 10 parameter blocks in + Problem. (Fisher) +\item Add support for 10 parameter blocks in AutoDiffCostFunction. \end{itemize} \subsection{Bug Fixes} \begin{itemize} +\item static cast to force Eigen::Index to long conversion +\item Change LOG(ERROR) to LOG(WARNING) in \texttt{schur\_complement\_solver.cc}. +\item Remove verbose logging from \texttt{DenseQRSolve}. +\item Fix the Android NDK build. \item Better handling of empty and constant Problems. \item Remove an internal header that was leaking into the public API. \item Memory leak in \texttt{trust\_region\_minimizer.cc} @@ -70,7 +78,7 @@ for (int i = 0; i < num_cameras; ++i) { \item Inclusion guard fixes (Petter Strandmark) \item Segfault in test code (Sergey Popov) \item Replaced EXPECT/ASSERT\_DEATH with the more portable - EXPECT\_DEATH\_IF]\_SUPPORTED macros. + EXPECT\_DEATH\_IF\_SUPPORTED macros. \item Fixed the camera projection model in Ceres' implementation of Snavely's camera model. (Ricardo Martin) \end{itemize}