1.0.7 (December, 2014)

Fix from Stephan Porz (s.porz /at/ uni-bonn.de)

- Fix pad_matrix: pad_value now actually used

---------------------------------------------------------------------------

1.0.6 (December, 2013)

Fixes from Markus Padourek (markus.padourek /at/ gmail.com):
- sys.maxsize fix and bump to 1.0.6
- Updated to Python 3.x 

commit 8ebed59
Author: Markus Padourek <markus.padourek@gmail.com>
Date: Sat Nov 2 21:27:48 2013 -0400

  Updated munkres to python 3.x

---------------------------------------------------------------------------

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.
