# 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](https://forum.cadet-web.de/t/trustconstr-optimizer-scipy-in-cadet-process/689/4)).
- Include bound objects in `scipy.minimice` function call.

## Pull requests for 0.7.2
- [24](https://github.com/fau-advanced-separations/CADET-Process/pull/24): Fix/trust constr.
