Recent Releases of https://github.com/benmaier/binpacking

https://github.com/benmaier/binpacking - v1.5.2

Removed 'pytest-runner' dependency as it poses a security risk

- Python
Published by benmaier over 4 years ago

https://github.com/benmaier/binpacking - v1.5.1

  • fixed a bug where column indexing wasn't possible using an integer when a csv-file with a header was specified

- Python
Published by benmaier about 5 years ago

https://github.com/benmaier/binpacking - 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

- Python
Published by benmaier about 5 years ago

https://github.com/benmaier/binpacking - 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

- Python
Published by benmaier about 5 years ago

https://github.com/benmaier/binpacking - removed debugging prints

Removed some print statements

- Python
Published by benmaier almost 6 years ago

https://github.com/benmaier/binpacking - choose weights with lambda keys

Weights can be chosen by supplying a key=lambda-style keyword to the binpacking functions now.

- Python
Published by benmaier about 6 years ago