We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05809c0 commit 897c922Copy full SHA for 897c922
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.14
2
+## Bugfix
3
+- fix heuristic in a weighted graph (see #65, merges #66)
4
+
5
# 1.0.13
6
## Features/Bugfix
7
- allow for path finding with float values as cost.
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/brean/python-pathfinding",
14
- version="1.0.13",
+ version="1.0.14",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments