Skip to content

Releases: benmaier/binpacking

v1.5.2

30 Nov 19:26
Compare
Choose a tag to compare

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

v1.5.1

09 Jul 15:29
Compare
Choose a tag to compare
  • fixed a bug where column indexing wasn't possible using an integer when a csv-file with a header was specified

v1.5.0

03 Jul 21:42
3e32bb4
Compare
Choose a tag to compare

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

19 May 16:42
d5bd6e0
Compare
Choose a tag to compare
  • 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

16 Jul 12:18
Compare
Choose a tag to compare

Removed some print statements

choose weights with lambda keys

01 Jul 15:00
Compare
Choose a tag to compare

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