Skip to content

Releases: mechmotum/cyipopt

Version 0.2.0

05 Jun 01:13

Choose a tag to compare

  • Resolved compatibility issues with Windows.
    (#49)
  • OSError now raised if pkg-config can't find ipopt on installation.
    (#57)
  • Supporting only Python 2.7 and 3.6-3.8. Python 3.5 support dropped.
    (#58)
  • Improvements to the README and setup.py for Windows installations.
    (#54)
  • Drop Python 3.4 support and add Python 3.7 support.
    (#51)
  • Adding installation testing on the Appveyor CI service.
    (#50)
  • Added custom installation instructions for Ubuntu 18.04.

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.2.0

Version 0.1.9

24 Sep 13:36

Choose a tag to compare

  • Fixed encoding issue preventing installation on some OSes.
  • Removed SciPy requirements from examples.

Version 0.1.8

22 Sep 21:09

Choose a tag to compare

  • Updated setup.py to be complete and added dependencies.
  • Added support for Travis CI to test build, install, examples, and docs.
  • Made SciPy and optional dependency.
  • Linux/Mac installation now supported via conda and conda-forge.
  • Added LICENSE file and EPL headers to each source file.
  • Fixed some PY2/3 compatibility issues.
  • Improved documentation formatting for Sphinx.
  • Strings can be passed to addOption instead of bytes strings for Python 2 and
    3.