forked from mechmotum/cyipopt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
26 lines (21 loc) · 853 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0.2.0
=====
- Improvements to the README and setup.py for Windows installations.
- Drop Python 3.4 support and add Python 3.7 support.
- Adding installation testing on the Appveyor CI service.
- 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.