Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Releases: solomon-b/greedypacker

greedypacker-0.4

24 Feb 21:13
Compare
Choose a tag to compare

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

03 Dec 01:14
Compare
Choose a tag to compare

Various bug fixes.

greedypacker-0.3.2

23 Nov 19:35
Compare
Choose a tag to compare

Attempting to fix my pypi release.

greedypacker-0.3.1

23 Nov 19:31
Compare
Choose a tag to compare

This release fixes a missing dependency in 0.3

Version 0.3

23 Nov 19:03
Compare
Choose a tag to compare

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

16 Oct 08:25
Compare
Choose a tag to compare

Shelf algorithm was completely rewritten to better observe Jukka's rotation rules and to implement the waste map optimization.