Version 1.1.0
[1.1.0] - 2021-09-07
Added
- Added support for objective and constraint Hessians and
jac=True
option
for constraints in the scipy interface. - Example added showing how to use JAX for calculating derivatives.
Changed
- Releases have been moved to the PyPi cyipopt distribution namespace:
https://pypi.org/project/cyipopt/. Users should now install withpip install cyipopt
. Be sure to uninstall theipopt
distribution first.
Removed
- The six and future dependencies are removed.
What's Changed
- Remove six and future by @moorepants in #112
- Added example using JAX and the scipy interface. by @jhelgert in #119
- Adds configuration to use github actions for testing. by @moorepants in #123
- Add support for objective and constraint hessians and
jac=True
option for constraints in the scipy interface by @jhelgert in #121 - Refactor
objective
,gradient
andevaluate_fun_with_grad
methods by @jhelgert in #128
Full Changelog: v1.0.3...v1.1.0