File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ 4.x - Unreleased] - 2024-xx-xx
44
5+ ## [ 4.1.0] - 2025-02-06
6+ ### Added
7+ - A mechanism to allow a proactive timeout on v. large packings rather than run to completion
8+
59## [ 4.0.1] - 2024-04-01
610### Changed
711- Improved efficiency in packing
@@ -578,8 +582,10 @@ Initial release
578582 - Experimental code to get a feel for how calculations can best be implemented
579583 - Only works if all items fit into a single box (so not production ready at all)
580584
581- [ 4.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/4.0 .0..master
585+ [ 4.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/4.1 .0..master
582586
587+ [ 4.1.0 ] : https://github.com/dvdoug/BoxPacker/compare/4.0.1..4.1.0
588+ [ 4.0.1 ] : https://github.com/dvdoug/BoxPacker/compare/4.0.0..4.0.1
583589[ 4.0.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.12.1..4.0.0
584590[ 3.12.1 ] : https://github.com/dvdoug/BoxPacker/compare/3.12.0..3.12.1
585591[ 3.12.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.11.0..3.12.0
Original file line number Diff line number Diff line change 4545
4646# General information about the project.
4747project = u'BoxPacker'
48- copyright = u'2012-2024 , Doug Wright'
48+ copyright = u'2012-2025 , Doug Wright'
4949author = u'Doug Wright'
5050
5151# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change 1- Copyright (C) 2012-2023 Doug Wright
1+ Copyright (C) 2012-2025 Doug Wright
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments