Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Factors may be defined in Python (see [`examples/test_python_cost.py`](./example
See [`examples/`](./examples/) to use these factors.

## Credits
Pyceres was inspired by the work of Nikolaus Mitchell for [ceres_python_bindings](https://github.com/Edwinem/ceres_python_bindings) and is maintained by [Philipp Lindenberger](https://github.com/Phil26AT) and [Paul-Edouard Sarlin](https://psarlin.com/).
Pyceres was inspired by the work of Nikolaus Mitchell for [ceres_python_bindings](https://github.com/Edwinem/ceres_python_bindings) and is maintained by [Philipp Lindenberger](https://github.com/Phil26AT), [Paul-Edouard Sarlin](https://psarlin.com/), and [Shaohui Liu](https://github.com/B1ueber2y).
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyceres"
version = "2.5"
version = "2.6"
description="Factor graph optimization with Ceres, in Python"
readme = "README.md"
authors = [
{ name = "Paul-Edouard Sarlin", email = "psarlin@ethz.ch" },
{ name = "Paul-Edouard Sarlin", email = "paul.edouard.sarlin@gmail.com" },
{ name = "Philipp Lindenberger", email = "plindenbe@ethz.ch" },
{ name = "Shaohui Liu", email = "b1ueber2y@gmail.com" },
]
license = {text = "Apache-2.0"}
urls = {Repository = "https://github.com/cvg/pyceres"}
Expand Down
Loading