Version 1.6.0
[1.6.0] - 2025-08-14
Changed
- Bumped minimal dependency versions to match versions in Ubuntu 24.04
LTS. #294 - Installing and linking to the Conda Forge Ipopt binary on Windows now
requires pkg-config (same as Linux and Mac). It is no longer required
to setIPOPTWINDIR=USECONDAFORGEIPOPT; the flag is ignored. #293 - When linking to Ipopt from a user specified directory on Windows, all
dlls are collected instead of those with specific names making the
installation robust to dll name changes in Ipopt versions. #288
Removed
- All cyipopt 1.1.0 deprecated features are now removed, including the
ipopt package. #275
Fixed
- Bugs in warm start input checking fixed and documentation added. #271
- Documentation on callbacks improved. #274
What's Changed
- Try running two examples in CI. by @moorepants in #267
- Removed the netlib build and simply build with the os preferred lapack. by @moorepants in #273
- Add documentation / tests for warm starting by @chrhansk in #271
- Improve documentation of callback functions by @chrhansk in #274
- Remove deprecated functions / classes by @chrhansk in #275
- Use miniforge instead of mambaforge in CI. by @moorepants in #283
- read in files from ipopt bin folder by @philsuess in #288
- Use pkg-config on windows. by @moorepants in #293
- Bump minimum dependency versions to match Ubuntu 24.04. by @moorepants in #294
New Contributors
- @philsuess made their first contribution in #288
Full Changelog: v1.5.0...v1.6.0