Skip to content

Releases: mljs/linear-sum-assignment

v1.0.9

21 Oct 09:46
88ad47e

Choose a tag to compare

1.0.9 (2025-10-21)

Bug Fixes

  • update dependencies and fix build (#25) (a3f2fdc)

v1.0.8

21 Oct 09:26
ce50c30

Choose a tag to compare

1.0.8 (2025-10-21)

Bug Fixes

  • remove unneeded dependency (aabebd2)

v1.0.7

16 Mar 10:26
7c37a14

Choose a tag to compare

1.0.7 (2024-03-16)

Bug Fixes

v1.0.6

07 Mar 16:46
ca1542e

Choose a tag to compare

1.0.6 (2024-03-07)

Bug Fixes

v1.0.5

24 Mar 14:07
47d8ba7

Choose a tag to compare

1.0.5 (2023-03-24)

Bug Fixes

  • update dependencies and remove package-lock (95b5b4d)

v1.0.4

26 May 16:56
f12c127

Choose a tag to compare

1.0.4 (2022-05-26)

Bug Fixes

v1.0.3

18 May 18:04
587088a

Choose a tag to compare

1.0.3 (2022-05-18)

Bug Fixes

  • ensure nbRows <= nbColumns (3df0e84)
  • wrong pred array size (0e40eb1)

v1.0.2

16 May 18:21
8da2a6d

Choose a tag to compare

1.0.2 (2022-05-16)

Bug Fixes

v1.0.1

16 May 18:11
e25e3c1

Choose a tag to compare

1.0.1 (2022-05-16)

Bug Fixes

  • not upper case in package name (dfb3bad)

v1.0.0

16 May 18:03
82e731f

Choose a tag to compare

1.0.0 (2022-05-16)

Features

  • add code for rectangular assignment (8e65d4f)
  • add github workflows (904ac79)
  • rename the package, add README (74b92c2)

Bug Fixes