Skip to content

Commit ece03d2

Browse files
committed
Add project to version 0.5.0
This updates Numpy to 2.0. This commit adds the pertaining notes to the README.
1 parent b38179d commit ece03d2

3 files changed

Lines changed: 76 additions & 65 deletions

File tree

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ To help keeping this library relatively up to date and maintainable but not to a
189189
Release Notes and Changelog
190190
===========================
191191

192+
Releases 0.5.X
193+
--------------
194+
195+
Release 0.5.0
196+
~~~~~~~~~~~~~
197+
- Upgrade Numpy dependency to 2.0 as per `#58 <https://github.com/fillipe-gsm/python-tsp/issues/58>`_. Thanks, @CoolCat467, for the contribution.
198+
199+
Python support: Python >= 3.9
200+
192201
Releases 0.4.X
193202
--------------
194203

@@ -292,3 +301,4 @@ Contributors
292301

293302
- @FrickTobias
294303
- @luanleonardo
304+
- @CoolCat467

poetry.lock

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "python_tsp"
7-
version = "0.4.2"
7+
version = "0.5.0"
88
description = "Library to solve the Traveling Salesperson Problem in pure Python."
99
readme = "README_pypi.rst"
1010
authors = ["Fillipe Goulart <fillipe.gsm@tutanota.com>", "Luan Leonardo <>"]
@@ -42,5 +42,6 @@ include = ["*.py", "*.pyi", "**/pyproject.toml"]
4242

4343
[tool.ruff.lint]
4444
select = [
45-
"NPY201",# numpy2-deprecation
46-
]
45+
"NPY201", # numpy2-deprecation
46+
]
47+

0 commit comments

Comments
 (0)