-
Notifications
You must be signed in to change notification settings - Fork 26
CHANGELOG
Filipe Brandão edited this page May 5, 2016
·
9 revisions
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.1.0 - 2016-05-05
- Jupyter Notebooks.
- The syntax used in the .vbp and .afg files for additional parameters.
3.0.1 - 2016-02-23
- Fixed a minor compatibility issue with Python 2.7.
3.0.0 - 2016-02-23
- New graph construction and compression algorithm for multiple-choice vector packing.
- Replaced the GPLv3+ license by AGPLv3+.
- Dropped backwards support for all previous graph construction and compression algorithms.
- Various bugfixes.
2.0.0 - 2015-10-16
- Documentation.
- Full compatibility with both python 2 and 3.
- Dropped backwards support for
bin/gg_afg
,bin/solve_glpk
, andbin/solve_gurobi
from v1.0.0.
- Various bugfixes.
1.3.0 - 2015-07-27
- Initial version of PyMPL.
1.2.0 - 2015-07-21
- Flask web app.
1.1.0 - 2015-05-20
- Python API (pyvpsolver).
- First official release of the C++ implementation of VPSolver.