Opty Versions Save

A library for using direct collocation in the optimization of dynamic systems.

v1.2.0

5 months ago
  • Dropped support for Python 2.7, 3.6, & 3.7.
  • Added support for Python 3.9, 3.10, & 3.11.
  • Bumped minimum dependencies up to versions released around mid 2020, except for cyipopt which is set to 1.1.0 since that is the first version released on PyPi under the name cyipopt (instead of ipopt).
  • Much faster symbolic Jacobian algorithm introduced. For constraints made up of hundreds of thousands SymPy operations there can be greater than 200X performance increase.
  • logging.info() used for providing information to the user.
  • Moved to Github Actions continous integration.

What's Changed

New Contributors

Full Changelog: https://github.com/csu-hmc/opty/compare/v1.1.0...v1.2.0

v1.1.0

3 years ago
  • Added support for Windows.
  • Drop support for Python 3.5, add support for 3.7 and 3.8.

v1.0.0

6 years ago

This release corresponds to the publishing in the Journal of Open Source Software.