Skip to content

Releases: dvdoug/BoxPacker

v1.3

23 Jul 20:17
Compare
Choose a tag to compare
  • Fix problem where available space calculation inadvertently missed off a dimension

v1.2

31 May 17:18
Compare
Choose a tag to compare
  • Expose remaining space information on a packed box
  • Fix bug that preferred less-optimal solutions in some cases

v1.1

30 Mar 17:50
Compare
Choose a tag to compare
  • Supports HHVM
  • Tweaked algorithm to allow limited lookahead when dealing with identical objects to better optimise placement
  • Misc internal refactoring and optimisations

v1.0.1

23 Jan 21:23
Compare
Choose a tag to compare

Bugfix release, fixes issue with vertical depth calculation where last item in a box could be judged not to fit even though it would

v1.0

28 Nov 18:53
Compare
Choose a tag to compare
  • Generated solutions now have a second pass where multiple boxes are involved, in order to redistribute weight more evenly

v0.4

11 Aug 16:44
Compare
Choose a tag to compare
  • Minor calculation speedups

v0.3

10 Aug 20:32
Compare
Choose a tag to compare
  • Now packs items side by side, not just on top of each other
  • Generated solutions should now be reasonably optimal

v0.2

01 Aug 21:16
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Supports solutions using multiple boxes
  • API should be stable now - no plans to change it
  • Generated solutions may not be optimal, but should be correct

v0.1

01 Aug 20:59
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  • Basic prototype
  • Experimental code to get a feel for how calculations can best be implemented
  • Only works if all items fit into a single box (so not production ready at all)