Skip to content

Commit 7889ba8

Browse files
committed
release: Update CHANGELOG.md for 0.16.0
1 parent b079e57 commit 7889ba8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.0] - 2025-10-15
11+
1012
This release brings a major change to the ProxDDP solver, which no longer uses proximal iteration the co-state (the dynamics' Lagrange multiplies). This choice is made to increase the solver's overall performance.
1113

1214
The ProxDDP solver now defaults to using a linear rollout for the state-control trajectory update.
@@ -417,7 +419,8 @@ The following **API-BREAKING** changes come from PR [#229](https://github.com/Si
417419

418420
* This is the first release of `aligator`. This library is a joint effort between INRIA and LAAS-CNRS, and will be maintained and expanded in the future. Please provide constructive feedback and contribute!
419421

420-
[Unreleased]: https://github.com/Simple-Robotics/aligator/compare/v0.15.0...HEAD
422+
[Unreleased]: https://github.com/Simple-Robotics/aligator/compare/v0.16.0...HEAD
423+
[0.16.0]: https://github.com/Simple-Robotics/aligator/compare/v0.15.0...v0.16.0
421424
[0.15.0]: https://github.com/Simple-Robotics/aligator/compare/v0.14.1...v0.15.0
422425
[0.14.1]: https://github.com/Simple-Robotics/aligator/compare/v0.14.0...v0.14.1
423426
[0.14.0]: https://github.com/Simple-Robotics/aligator/compare/v0.13.0...v0.14.0

0 commit comments

Comments
 (0)