Skip to content

Latest commit

 

History

History
111 lines (69 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

111 lines (69 loc) · 2.3 KB

Change Log

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

[3.1.4] - 2023-05-03

Added

  • Wheels for Python up to 3.11.

Fixed

  • Fixed compilation error on Linux.

[3.1.3] - 2021-10-02

Added

  • Basic CMake support.
  • Binary wheels for all platforms.

3.1.2 - 2016-06-28

Changed

  • Simplified the .afg format.

Fixed

  • Fixed crash on Windows x64.

3.1.1 - 2016-05-12

Changed

  • Simplified the Python API.

Fixed

  • Fixed afg2svg.

3.1.0 - 2016-05-05

Added

  • Jupyter Notebooks.

Changed

  • The syntax used in the .vbp and .afg files for additional parameters.

3.0.1 - 2016-02-23

Fixed

  • Fixed a minor compatibility issue with Python 2.7.

3.0.0 - 2016-02-23

Added

  • New graph construction and compression algorithm for multiple-choice vector packing.

Changed

  • Replaced the GPLv3+ license by AGPLv3+.

Removed

  • Dropped backwards support for all previous graph construction and compression algorithms.

Fixed

  • Various bugfixes.

2.0.0 - 2015-10-16

Added

  • Documentation.
  • Full compatibility with both python 2 and 3.

Removed

  • Dropped backwards support for bin/gg_afg, bin/solve_glpk, and bin/solve_gurobi from v1.0.0.

Fixed

  • Various bugfixes.

1.3.0 - 2015-07-27

Added

  • Initial version of PyMPL.

1.2.0 - 2015-07-21

Added

  • Flask web app.

1.1.0 - 2015-05-20

Added

  • Python API (pyvpsolver).

1.0.0 - 2013-11-06

Added

  • First official release of the C++ implementation of VPSolver.