0.3.0
=====

- Added support for Conda Forge Windows Ipopt >=3.13 binaries using the
  IPOPTWINDIR="USECONDAFORGEIPOPT" environment variable value.
  (https://github.com/matthias-k/cyipopt/pull/78)
- Added support for Ipopt >=3.13 on Windows.
  (https://github.com/matthias-k/cyipopt/pull/63)

0.2.0
=====

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

0.1.9
=====

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

0.1.8
=====

- 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.
