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
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs/source docs/build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ mosek_output.tmp
*.ptf
bin/act
docs/build/doctest
docs/build/
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] -- YYYY-MM-DD

(00-changelog)=
### Added

(01-changelog)=
### Changed

(02-changelog)=
### Fixed

## [0.0.2] - 2025-06-04

(6-changelog)=
### Added

- RangeOnlyLifter base class for 2D/3D range-only localization (base_lifters/range_only_lifter.py)
- RangeOnlyNsqLifter: specialized lifter for range-only localization without squared distances (examples/ro_nsq_lifter.py)
- RangeOnlySqLifter: specialized lifter for squared-distance-based range-only localization
- GitHub Pages deployment step to documentation.yml using peaceiris/actions-gh-pages for automatic documentation publishing

(5-changelog)=
### Removed

- docs/build/ files

(4-changelog)=
### Fixed

- Corrected return type annotations in get_grad and get_hess methods in state_lifter.py from float to np.ndarray
- Documentation of MonoLifter and WahbaLifter

## [0.0.1] - 2025-05-25

This is the initial release of the toolbox. It is based on <https://github.com/utiasASRL/constraint_learning> and now included there as a submodule.
This is the initial release of the toolbox. It is based on <https://github.com/utiasASRL/constraint_learning> and now included there as a submodule.
4 changes: 0 additions & 4 deletions docs/build/.buildinfo

This file was deleted.

4 changes: 0 additions & 4 deletions docs/build/.buildinfo.bak

This file was deleted.

Binary file removed docs/build/.doctrees/api.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/api/algorithms.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/api/auto_tight.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/api/lifters.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/api/utils.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/contributing.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/.doctrees/examples.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/a.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/b.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/c.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/d.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/robust.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/standard.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/templates.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/examples/toy.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/quickstart.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/whatsnew.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/whatsnew/0.0.1.doctree
Binary file not shown.
Binary file removed docs/build/.doctrees/whatsnew/CHANGELOG.doctree
Binary file not shown.
Binary file removed docs/build/_images/overview.png
Binary file not shown.
Binary file removed docs/build/_images/overview.webp
Binary file not shown.
Binary file removed docs/build/_images/poly4_lifter_A.png
Binary file not shown.
Binary file removed docs/build/_images/poly4_lifter_B.png
Binary file not shown.
Binary file removed docs/build/_images/poly6_lifter_A.png
Binary file not shown.
Binary file removed docs/build/_images/poly6_lifter_B.png
Binary file not shown.
285 changes: 0 additions & 285 deletions docs/build/_modules/index.html

This file was deleted.

1,508 changes: 0 additions & 1,508 deletions docs/build/_modules/popcor/auto_template.html

This file was deleted.

657 changes: 0 additions & 657 deletions docs/build/_modules/popcor/auto_tight.html

This file was deleted.

325 changes: 0 additions & 325 deletions docs/build/_modules/popcor/base_lifters/poly_lifters.html

This file was deleted.

775 changes: 0 additions & 775 deletions docs/build/_modules/popcor/base_lifters/robust_pose_lifter.html

This file was deleted.

501 changes: 0 additions & 501 deletions docs/build/_modules/popcor/base_lifters/state_lifter.html

This file was deleted.

746 changes: 0 additions & 746 deletions docs/build/_modules/popcor/base_lifters/stereo_lifter.html

This file was deleted.

324 changes: 0 additions & 324 deletions docs/build/_modules/popcor/examples/example_lifter.html

This file was deleted.

526 changes: 0 additions & 526 deletions docs/build/_modules/popcor/examples/mono_lifter.html

This file was deleted.

361 changes: 0 additions & 361 deletions docs/build/_modules/popcor/examples/poly4_lifter.html

This file was deleted.

372 changes: 0 additions & 372 deletions docs/build/_modules/popcor/examples/poly6_lifter.html

This file was deleted.

763 changes: 0 additions & 763 deletions docs/build/_modules/popcor/examples/range_only_lifters.html

This file was deleted.

484 changes: 0 additions & 484 deletions docs/build/_modules/popcor/examples/rotation_lifter.html

This file was deleted.

471 changes: 0 additions & 471 deletions docs/build/_modules/popcor/examples/stereo1d_lifter.html

This file was deleted.

365 changes: 0 additions & 365 deletions docs/build/_modules/popcor/examples/stereo2d_lifter.html

This file was deleted.

438 changes: 0 additions & 438 deletions docs/build/_modules/popcor/examples/stereo3d_lifter.html

This file was deleted.

496 changes: 0 additions & 496 deletions docs/build/_modules/popcor/examples/wahba_lifter.html

This file was deleted.

456 changes: 0 additions & 456 deletions docs/build/_modules/popcor/utils/common.html

This file was deleted.

550 changes: 0 additions & 550 deletions docs/build/_modules/popcor/utils/constraint.html

This file was deleted.

1,354 changes: 0 additions & 1,354 deletions docs/build/_modules/popr/auto_template.html

This file was deleted.

521 changes: 0 additions & 521 deletions docs/build/_modules/popr/auto_tight.html

This file was deleted.

884 changes: 0 additions & 884 deletions docs/build/_modules/popr/base_lifters/_base_class.html

This file was deleted.

171 changes: 0 additions & 171 deletions docs/build/_modules/popr/base_lifters/poly_lifters.html

This file was deleted.

639 changes: 0 additions & 639 deletions docs/build/_modules/popr/base_lifters/robust_pose_lifter.html

This file was deleted.

365 changes: 0 additions & 365 deletions docs/build/_modules/popr/base_lifters/state_lifter.html

This file was deleted.

610 changes: 0 additions & 610 deletions docs/build/_modules/popr/base_lifters/stereo_lifter.html

This file was deleted.

170 changes: 0 additions & 170 deletions docs/build/_modules/popr/examples/example_lifter.html

This file was deleted.

Loading