-
Notifications
You must be signed in to change notification settings - Fork 25
/
CHANGELOG
57 lines (37 loc) · 1.77 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
1.1.0 (6 November, 2014)
- Port to JS
Original Python Changelog:
---------------------------------------------------------------------------
1.0.5.3 (2 August, 2009)
- Fixed documentation of print_matrix() in module docs.
---------------------------------------------------------------------------
1.0.5.2 (30 June, 2008):
- Incorporated some suggestions optimizations from Mark Summerfield
(mark /at/ qtrac.eu)
- Munkres.make_cost_matrix() is now deprecated, in favor of a module-level
function.
- The module now provides a print_matrix() convenience function.
- Fixed some bugs related to the padding of non-square matrics.
---------------------------------------------------------------------------
1.0.5.1 (26 June, 2008):
- Some minor doc changes.
---------------------------------------------------------------------------
1.0.5 (26 June, 2008):
- Now handles non-square cost matrices by padding them with zeros.
- Converted Epydocs to use reStructuredText.
---------------------------------------------------------------------------
1.0.4 (13 June, 2008)
- Minor bug fix in main (tester) program in munkres.py
---------------------------------------------------------------------------
1.0.3 (16 March, 2008)
- Minor change to prevent shadowing of built-in min() function. Thanks to
Nelson Castillo (nelson /at/ emqbit.com) for pointing it out.
---------------------------------------------------------------------------
1.0.2 (21 February, 2008)
- Fixed an overindexing bug reported by Chris Willmore (willmc <at> rpi.edu)
---------------------------------------------------------------------------
1.0.1 (16 February, 2008)
- Documentation now processed by Epydoc.
---------------------------------------------------------------------------
1.0 (January, 2008)
- Initial release.