Skip to content

Releases: astomodynamics/cddp-cpp

Release v0.5.2

10 Apr 15:40
bff6df9

Choose a tag to compare

CDDP v0.5.2

This release expands IPDDP with terminal-constraint support and lands the new RC MPCC Python portfolio demo.

Highlights

  • added IPDDP support for terminal equality constraints
  • added IPDDP support for terminal inequality constraints
  • improved warm-start behavior for path and terminal constrained solves
  • tightened filter, barrier, and dual-infeasibility handling in constrained IPDDP
  • reject unsupported terminal constraint subclasses instead of silently ignoring them
  • added the RC MPCC Python portfolio demo and refreshed gallery assets
  • updated README and docs to describe the current solver and portfolio surface

Release v0.5.1

05 Apr 01:06
0ff4dab

Choose a tag to compare

  • align pycddp package metadata with the release version
  • update CMake project version to 0.5.1
  • sync pycddp.version with packaging metadata

v0.5.0

04 Apr 22:03
0d7ab73

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

Legacy version

11 Jun 16:19

Choose a tag to compare

Legacy version Pre-release
Pre-release
feat: Add SNOPT solver integration with CasADi (#127)

* Enable SNOPT solver in CMake and add example for unicycle trajectory optimization using SNOPT. Update README to include SNOPT as an optional dependency.

* Add benchmark resukts