All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix "module 'signal' has no attribute 'SIGHUP'" on Windows.
- Add method translate.
- Add Add WW_U_AMPL and WW_U_B_AMPL.
1.1.2 - 2015-05-27
- Fixed a minor issue in the solution extraction procedures of VPSolver submodels.
1.1.1 - 2015-05-20
- Improved the item labels in the solution extraction procedures of VPSolver submodels.
1.1.0 - 2016-05-05
- New unittests with
py.test
andcoverage
.
- Removed all experimental reformulations for lot-sizing.
1.0.0 - 2016-02-23
- Updated VPSolver statements (compatible with VPSolver 3.0.0 or superior).
- Replaced the GPLv3+ license by AGPLv3+.
- Various bugfixes.
0.8.2 - 2015-11-11
- Added tests for LS-LIB reformulations.
- Fixed bugs in LS-LIB reformulations.
0.8.1 - 2015-10-29
- Fixed bugs in WW-U-SCB and WW-CC-B.
- Fixed compatibility issues with AMPL.
0.8.0 - 2015-10-15
- Improved documentation.
- Renamed the Solver class to Tools.
- Various bugfixes.
0.7.4 - 2015-10-13
- Fixed broken install script.
0.7.3 - 2015-10-13
- Fixed missing package data.
0.7.2 - 2015-10-10
- Fixed a minor compatibility issue.
0.7.1 - 2015-09-27
- Fixed a minor compatibility issue.
0.7.0 - 2015-09-27
- Added a Flask web app.
0.6.0 - 2015-09-22
- Updated LS-LIB.
- Various bugfixes.
0.5.1 - 2015-08-30
- Fixed a minor compatibility issue.
0.5.0 - 2015-08-27
- Full compatibility with both python 2 and 3.
- Various bugfixes.
0.4.0 - 2015-08-27
- Added documentation.
- Added an initial version of LS-LIB.
- Various bugfixes.
0.3.0 - 2015-08-25
- Added documentation.
- Added a Dockerfile for testing.
- Various bugfixes.
0.2.0 - 2015-08-25
- Added setup scripts.
- Various bugfixes.
- Initial version of PyMPL.