Skip to content

v2.5.1

Compare
Choose a tag to compare
@ewu63 ewu63 released this 30 Mar 13:03
08c75ba

Features

None

Bug fixes

  • Fixed sol.fStar (#217)
  • Fix several issues with hotstart (#219)

Upcoming API Changes

  • Refactored finalize functions (#221 and #223). Note that we have renamed the functions finalizeDesignVariables() and finalizeConstraints() and made them private (prepending with underscore). The preferred way is to call finalize() which will call both of these internally. We have kept the old functions for backwards compatibility but will throw a DeprecationWarning, and we plan to remove these in a future release.