Documentation update for 1.7.0rc2 Change-Id: I6b0c19bed57b51a0f6591c60a4ae0d849c62451b
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst index 5e1a150..5acdb20 100644 --- a/docs/source/version_history.rst +++ b/docs/source/version_history.rst
@@ -15,6 +15,13 @@ #. ``BFGS`` line search direction. (Alex Stewart) #. C API #. Speeded up the use of loss functions > 17x. +#. Faster ``DENSE_QR``, ``DENSE_NORMAL_CHOLESKY`` and ``DENSE_SCHUR`` + solvers. +#. Support for multiple dense linear algebra backends. In particular + optimized ``BLAS`` and ``LAPACK`` implementations (e.g., Intel MKL, + ACML, OpenBLAS etc) can now be used to do the dense linear + algebra for ``DENSE_QR``, ``DENSE_NORMAL_CHOLESKY`` and + ``DENSE_SCHUR`` #. Use of Inner iterations can now be adaptively stopped. Iteration and runtime statistics for inner iterations are not reported in ``Solver::Summary`` and ``Solver::Summary::FullReport``. @@ -30,7 +37,12 @@ Bug Fixes --------- - +#. Fix breakage on old versions of SuiteSparse. (Fisher Yu) +#. Fix warning C4373 in Visual Studio (Petter Strandmark) +#. Fix compilation error caused by missing suitesparse headers and + reorganize them to be more robust. (Sergey Sharybin) +#. Check GCC Version before adding -fast compiler option on + OSX. (Steven Lovegrove) #. Add documentation for minimizer progress output. #. Lint and other cleanups (William Rucklidge and James Roseborough) #. Collections port fix for MSC 2008 (Sergey Sharybin)
diff --git a/scripts/ceres-solver.spec b/scripts/ceres-solver.spec index 69b08e6..f97e6bd 100644 --- a/scripts/ceres-solver.spec +++ b/scripts/ceres-solver.spec
@@ -3,13 +3,13 @@ # Release candidate versions are messy. Give them a release of # e.g. "0.1.0%{?dist}" for RC1 (and remember to adjust the Source0 # URL). Non-RC releases go back to incrementing integers starting at 1. -Release: "0.1.0%{?dist}" +Release: "0.2.0%{?dist}" Summary: A non-linear least squares minimizer Group: Development/Libraries License: BSD URL: http://code.google.com/p/ceres-solver/ -Source0: http://%{name}.googlecode.com/files/%{name}-%{version}rc1.tar.gz +Source0: http://%{name}.googlecode.com/files/%{name}-%{version}rc2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if (0%{?rhel} == 06)