Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 8, 2023
1 parent 6871f3c commit 6b1ab5a
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trajopt/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package trajopt
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.6.1 (2023-07-10)
------------------

Expand Down
5 changes: 5 additions & 0 deletions trajopt_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package trajopt_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Move TrajOptIfopt collision gradient types and utils to trajopt_common package
* Contributors: Levi Armstrong

0.6.1 (2023-07-10)
------------------

Expand Down
3 changes: 3 additions & 0 deletions trajopt_ext/osqp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package osqp
^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.6.1 (2023-07-10)
------------------

Expand Down
3 changes: 3 additions & 0 deletions trajopt_ext/osqp_eigen/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package osqp_eigen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.6.1 (2023-07-10)
------------------

Expand Down
3 changes: 3 additions & 0 deletions trajopt_ext/qpoases/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package qpoases
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

0.6.1 (2023-07-10)
------------------

Expand Down
5 changes: 5 additions & 0 deletions trajopt_ext/vhacd/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package vhacd
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fixes some includes (required for newer GCC on Ubuntu 22.04)
* Contributors: Roelof Oomen

0.6.1 (2023-07-10)
------------------

Expand Down
6 changes: 6 additions & 0 deletions trajopt_ifopt/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package trajopt_ifopt
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Move TrajOptIfopt collision gradient types and utils to trajopt_common package
* Fix ifopt continuous collision evaluator to distinguish CONTINUOUS and LVS_CONTINUOUS (`#342 <https://github.com/tesseract-robotics/trajopt/issues/342>`_)
* Contributors: Levi Armstrong

0.6.1 (2023-07-10)
------------------

Expand Down
12 changes: 12 additions & 0 deletions trajopt_optimizers/trajopt_sqp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package trajopt_sqp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Move TrajOptIfopt collision gradient types and utils to trajopt_common package
* - Fix termination condition for the trust region loop to match trajopt_sco and the original paper.
- Add initial_merit_error_coeff to match trajopt_sco.
* Disable OSQP_COMPARE_DEBUG_MODE
* Remove osqp headers from osqp_eigen_solver (`#344 <https://github.com/tesseract-robotics/trajopt/issues/344>`_)
* Fix osqp eigen solver hessian and linear constraint matrix
* Fix ifopt continuous collision evaluator to distinguish CONTINUOUS and LVS_CONTINUOUS (`#342 <https://github.com/tesseract-robotics/trajopt/issues/342>`_)
* Fix TrustRegionSQPSolver solve method to correctly set status (`#341 <https://github.com/tesseract-robotics/trajopt/issues/341>`_)
* Contributors: Levi Armstrong, Roelof Oomen

0.6.1 (2023-07-10)
------------------

Expand Down
7 changes: 7 additions & 0 deletions trajopt_sco/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package trajopt_sco
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fixes some includes (required for newer GCC on Ubuntu 22.04)
* Disable OSQP_COMPARE_DEBUG_MODE
* Fix osqp eigen solver hessian and linear constraint matrix
* Contributors: Levi Armstrong, Roelof Oomen

0.6.1 (2023-07-10)
------------------
* Add qpOASES cmake option to trajopt_sco
Expand Down

0 comments on commit 6b1ab5a

Please sign in to comment.