Releases: solomon-b/greedypacker
greedypacker-0.4
Major project update including refactoring, bug fixes and near feature completeness. All heuristics and optimizations from Jukka Jylänki's article, other then Global Best Insert, have been implemented. This version has breaking changes in the API so be sure to reference the documentation in the github repo.
greedypacker-0.3.3
Various bug fixes.
greedypacker-0.3.2
Attempting to fix my pypi release.
greedypacker-0.3.1
This release fixes a missing dependency in 0.3
Version 0.3
With this release greedypacker is feature complete. All algorithms, heuristics, and optimizations from 'A Thousand Ways to Pack the Bin' have been implemented.
Later releases will consist of API improvements, bug fixes, and MAYBE a few new optimizations.
v0.2: Added Waste Map Optimization
Shelf algorithm was completely rewritten to better observe Jukka's rotation rules and to implement the waste map optimization.