v2.5.1
Features
None
Bug fixes
Upcoming API Changes
- Refactored finalize functions (#221 and #223). Note that we have renamed the functions
finalizeDesignVariables()
andfinalizeConstraints()
and made them private (prepending with underscore). The preferred way is to callfinalize()
which will call both of these internally. We have kept the old functions for backwards compatibility but will throw aDeprecationWarning
, and we plan to remove these in a future release.