Skip to content

Version 1.6.0

Choose a tag to compare

@moorepants moorepants released this 14 Aug 10:19
· 11 commits to master since this release

[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 set IPOPTWINDIR=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

New Contributors

Full Changelog: v1.5.0...v1.6.0