Acados Versions Save

Fast and embedded solvers for nonlinear optimal control

v0.3.2

4 weeks ago

What's Changed

Full Changelog: https://github.com/acados/acados/compare/v0.3.1...v0.3.2

v0.3.1

1 month ago

What's Changed

Breaking:

Full Changelog: https://github.com/acados/acados/compare/v0.3.0...v0.3.1

v0.3.0

3 months ago

What's Changed

Breaking:

  • Matlab & Python: nonlinear constraints h and phi(r) are by default only enforced at nodes 1 to N. Such constraints can still be enforced at node 0 by setting the appropriate new fields, https://github.com/acados/acados/pull/994

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.6...v0.3.0

v0.2.6

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.5...v0.2.6

v0.2.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.4...v0.2.5

v0.2.4

7 months ago

What's Changed

BREAKING: change return types of get_stats in Python

Full Changelog: https://github.com/acados/acados/compare/v0.2.3...v0.2.4

v0.2.3

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.2...v0.2.3

v0.2.2

10 months ago

What's Changed

Breaking changes:

  • Simulink interface: After https://github.com/acados/acados/pull/934 the Matlab OCP solver interface is fully template based. Thus, there is no need anymore to call ocp.generate_c_code(simulink_opts);. This is now done within the creation of the Matlab OCP solver object. The simulink_opts, have to be provided to the constructor of the ocp solver instead, i.e. with the optional argument simulink_opts:
ocp = acados_ocp(ocp_model, ocp_opts, simulink_opts);

For details, see https://github.com/acados/acados/pull/934

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.1...v0.2.2

v0.2.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/acados/acados/compare/v0.1.10...v0.2.0