Package Release Info

ceres-solver-1.14.0-bp154.1.22

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libceres-devel
libceres1

Change Logs

Version: 1.14.0-bp152.1.11
* Tue Jan 01 2019 Jan Engelhardt <jengelh@inai.de>
- Rename %soname to %sover to better reflect its use.
- Trim filler wording from description.
* Fri Jun 29 2018 herbert@graeber-clan.de
- Use a _service file for download and compression
- Update to version 1.14.0
  * New EvaluationCallback API. (Keir Mierle)
  * TBB based threading (Yury Prokazov & Mike Vitus)
  * C++11 threads based threading (Mike Vitus)
  * A ceres::Context object to cache and keep track of global state.
    (Mike Vitus)
  * TinySolver - A small dense solver meant for solving small problems
    really fast. [EXPERIMENTAL] (Keir Mierle & Sameer Agarwal)
  * Bazel Build. (Keir Mierle & Rodrigo Queiro)
  * Several other moinor fixes and changes
- Update to version 1.13.0
  * LineSearchMinimizer and GradientProblemSolver are up to 2x faster
    due to fewer function evaluations. (Sameer Agarwal)
  * SPARSE_NORMAL_CHOLESKY is significantly faster because Ceres now
    computes the normal equations exploiting the static block sparsity
    structure. (Cheng Wang & Sameer Agarwal)
  * Add compound with scalar operators for Jets. (Alex Stewart)
  * Enable support for AVX instructions for Jets. (Alex Stewart)
  * Several other moinor fixes and changes
* Sat Mar 25 2017 herbert@graeber-clan.de
- Initial package (Eigen-only)