Skip to content

v0.1.7 Release

Latest
Compare
Choose a tag to compare
@yxlao yxlao released this 11 Jan 10:27
· 1 commit to main since this release
5ffea7a

CamTools v0.1.7 Release Notes

TL;DR

Summary

Docs: documentation improvements (#79, #80, #81, #82, #83, #84)

  • Set up Sphinx documentation framework
  • Configured Read the Docs hosting (https://camtools.readthedocs.io)
  • Added GitHub Actions for documentation builds
  • Improved docstrings across codebase

You can build the documentation locally with the following commands:

pip install -e .[docs]
make -C docs clean && make -C docs html
google-chrome docs/_build/html/index.html

Build: relax Open3D and NumPy version requirements (#85)

  • Relaxed version requirements for Open3D and NumPy dependencies