Releases: benmaier/binpacking
Releases · benmaier/binpacking
v1.5.2
Removed 'pytest-runner' dependency as it poses a security risk
v1.5.1
- fixed a bug where column indexing wasn't possible using an integer when a csv-file with a header was specified
v1.5.0
Added
pure Python functions that mimick numpy's
- index slicing
- argmin
- argmax
- argsort
- revargsort
Changed
- restructured main routines to increase readability
- reformatted docstrings (numpy format)
- removed dependence on numpy
v1.4.5
- fixed bug where empty bin was returned for a special case
- fixed bug where the first line in a CSV without header was ignored
- specified Python distributions
removed debugging prints
Removed some print statements
choose weights with lambda keys
Weights can be chosen by supplying a key=lambda
-style keyword to the binpacking functions now.