Skip to content

Releases: robwoods-cam/knapsack_distribution

v2.0.1-alpha-3

21 Feb 10:58
d39e190

Choose a tag to compare

v2.0.1-alpha-3 Pre-release
Pre-release

This release fixes an out-by-one bug in the item_inclusion_string when knapsacks had repeated and excluded items.
This issue would cause an infinite loop as it would not find the second item.

v2.0.1-alpha-2

29 Jan 12:05
956fcc5

Choose a tag to compare

v2.0.1-alpha-2 Pre-release
Pre-release

functionally the same as 2.0.0-alpha.1, however:
split classes into their own files
created example scripts
added pyproject.toml
added wheel dist files

v2.0.0-beta.1

18 Dec 14:37
818b595

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

functionally the same as 2.0.0-alpha.1, but with improved docstrings, tests, and code structure

v2.0.0-alpha.1

16 Dec 17:31
7a8a7c1

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release

Working release of model version 2 with both decision and optimisation versions of the Knapsack Problem.