Version 0.2.0
- 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
- Update PR #42 by @moorepants in #43
- Resolve compatibility issues with windows by @apommel in #49
- Add an appveyor Windows CI build. by @moorepants in #50
- Drop Python 3.4 support and add 3.7. by @moorepants in #51
- Add some more details on Windows installation by @avikde in #54
- Switch to new miniconda urls. by @moorepants in #56
- Drop Python 3.5 and add Python 3.8 in CI tests. by @moorepants in #58
- Added OSError to handle pkg-config not finding ipopt. by @moorepants in #57
New Contributors
Full Changelog: v0.1.9...v0.2.0