Skip to content

Commit

Permalink
DOC: optimize: linear_sum_assignment in release notes
Browse files Browse the repository at this point in the history
[CI skip]
  • Loading branch information
larsmans committed Sep 14, 2015
1 parent bc9003c commit a4e5a85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/release/0.17.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ This release requires Python 2.6, 2.7 or 3.2-3.4 and NumPy 1.6.2 or greater.
New features
============

Linear assigment problem solver
-------------------------------

``scipy.optimize.linear_sum_assignment`` is a new function for solving the
linear sum assignment problem. It uses the Hungarian algorithm (Kuhn-Munkres).


Deprecated features
===================
Expand Down

0 comments on commit a4e5a85

Please sign in to comment.