v0.7.2#

CADET-Process v0.7.2 is a hotfix release which fixes a minor issue with the optimization module. All users are encouraged to upgrade to this release.

This release requires Python 3.8+

Highlights of this release#

  • Fix issue where unknown (internal) optimizer options raise exception in scipy.minimize(method='trust_constr') (See also post in forum).

  • Include bound objects in scipy.minimice function call.

Pull requests for 0.7.2#

  • 24: Fix/trust constr.