Skip to content

Releases: cvg/pyceres

v2.6

05 Nov 11:48
3cb9596

Choose a tag to compare

What's Changed

  • Update pybind11 to 3.0.1 and the VCPKG commit to be in sync with COLMAP
  • Modernize the infra that publishes wheels to PyPI
  • Drop wheel support for macOS x86_64

Full Changelog: v2.5...v2.6

v2.5

13 Aug 15:56
699274c

Choose a tag to compare

What's Changed

  • Bump version to 2.5 by @sarlinpe in #60
  • Add copy constructor support for solver bindings by @B1ueber2y in #62
  • Update to latest vcpkg by @ahojnnes in #64
  • Do not use namespace in headers, fix symbol definition order, and other small fixes by @ahojnnes in #63
  • Update cibuildwheel to 2.23.2. by @B1ueber2y in #67
  • Update VPCKG commit by @sarlinpe in #68
  • Retire Python 3.8 and add support for 3.14. Update cibuildwheel to 3.1.2. by @B1ueber2y in #69

Full Changelog: v2.4...v2.5

v2.4

28 Nov 11:52
477a507

Choose a tag to compare

What's Changed

  • Prevent double initialization of glog for <=0.5 by @sarlinpe in #59
  • Update CI infra (pybind, cibuildwheel, x86_64 runner, add Python 3.13) by @sarlinpe in #57

Full Changelog: v2.3...v2.4

v2.3

02 Aug 09:41
1e214f6

Choose a tag to compare

What's Changed

Full Changelog: v2.2...v2.3

v2.2

27 May 07:29
7970b68

Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.2

v2.1

11 Feb 08:15
47220b1

Choose a tag to compare

This patch fixes an error when multiple libraries each initialize glog.

Full Changelog: v2.0...v2.1

v2.0

06 Feb 09:19
61d15d0

Choose a tag to compare

  • pyceres does not depend on COLMAP anymore and is thus much easier to install (#32)
    • The BA and PGO cost functions have moved to pycolmap.cost_functions
  • Custom cost functions can be implemented in Python (by @nnop in #23)
  • Better Python bindings for logging via glog (#33)
  • Docker image (by @pablospe in #26)
  • Successful build on Windows and macOS arm64 (by @ducha-aiki in #18, #34)
  • Continuous integration of the build and publishing to PyPI (#34)

Full Changelog: v1.0...v2.0

v1.0

27 Jan 07:32
179883e

Choose a tag to compare

First official release.