Skip to content

Commit

Permalink
Update project to 0.4.2 with bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fillipe-gsm committed Jul 12, 2024
1 parent 4416f56 commit 1ee9baa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ Release Notes and Changelog
Releases 0.4.X
--------------

Release 0.4.2
~~~~~~~~~~~~~
- Fix bug `#53 <https://github.com/fillipe-gsm/python-tsp/issues/53>`_ that Lin and Kernighan and Record to Record heuristics fail on problems with < 4 nodes. Since this is a must for these heuristics to work, they now default to a brute force in such cases.

Python support: Python >= 3.9

Release 0.4.1
~~~~~~~~~~~~~
- Add Lin and Kernighan and Record to Record methods to the list of heuristic solvers. Thanks @luanleonardo for this contribution.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python_tsp"
version = "0.4.1"
version = "0.4.2"
description = "Library to solve the Traveling Salesperson Problem in pure Python."
readme = "README_pypi.rst"
authors = ["Fillipe Goulart <[email protected]>", "Luan Leonardo <>"]
Expand Down

0 comments on commit 1ee9baa

Please sign in to comment.