Skip to content

Latest commit

 

History

History
174 lines (108 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

174 lines (108 loc) · 3.55 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.2.1] - 2019-04-07

  • Fix "module 'signal' has no attribute 'SIGHUP'" on Windows.

[1.2.0] - 2018-11-04

  • Add method translate.
  • Add Add WW_U_AMPL and WW_U_B_AMPL.

1.1.2 - 2015-05-27

Fixed

  • Fixed a minor issue in the solution extraction procedures of VPSolver submodels.

1.1.1 - 2015-05-20

Fixed

  • Improved the item labels in the solution extraction procedures of VPSolver submodels.

1.1.0 - 2016-05-05

Added

  • New unittests with py.test and coverage.

Removed

  • Removed all experimental reformulations for lot-sizing.

1.0.0 - 2016-02-23

Changed

  • Updated VPSolver statements (compatible with VPSolver 3.0.0 or superior).
  • Replaced the GPLv3+ license by AGPLv3+.

Fixed

  • Various bugfixes.

0.8.2 - 2015-11-11

Added

  • Added tests for LS-LIB reformulations.

Fixed

  • Fixed bugs in LS-LIB reformulations.

0.8.1 - 2015-10-29

Fixed

  • Fixed bugs in WW-U-SCB and WW-CC-B.
  • Fixed compatibility issues with AMPL.

0.8.0 - 2015-10-15

Added

  • Improved documentation.

Changed

  • Renamed the Solver class to Tools.

Fixed

  • Various bugfixes.

0.7.4 - 2015-10-13

Fixed

  • Fixed broken install script.

0.7.3 - 2015-10-13

Fixed

  • Fixed missing package data.

0.7.2 - 2015-10-10

Fixed

  • Fixed a minor compatibility issue.

0.7.1 - 2015-09-27

Fixed

  • Fixed a minor compatibility issue.

0.7.0 - 2015-09-27

Added

  • Added a Flask web app.

0.6.0 - 2015-09-22

Changed

  • Updated LS-LIB.

Fixed

  • Various bugfixes.

0.5.1 - 2015-08-30

Fixed

  • Fixed a minor compatibility issue.

0.5.0 - 2015-08-27

Added

  • Full compatibility with both python 2 and 3.

Fixed

  • Various bugfixes.

0.4.0 - 2015-08-27

Added

  • Added documentation.
  • Added an initial version of LS-LIB.

Fixed

  • Various bugfixes.

0.3.0 - 2015-08-25

Added

  • Added documentation.
  • Added a Dockerfile for testing.

Fixed

  • Various bugfixes.

0.2.0 - 2015-08-25

Added

  • Added setup scripts.

Fixed

  • Various bugfixes.

0.1.0 - 2015-08-25

Added

  • Initial version of PyMPL.