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 f8ff1f5 commit 2509af7Copy full SHA for 2509af7
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.0.17
2
+## Bugfix
3
+- fix for Graph: Error when running pathfinding multiple times in graph. (see #67)
4
+
5
+## General
6
+- updated documentation for benchmarking
7
+- add more type definitions
8
9
# 1.0.16
10
## Bugfix
11
- fix for ida_star: visualize all visited nodes, not just the last one.
setup.py
@@ -11,7 +11,7 @@
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/brean/python-pathfinding",
14
- version="1.0.16",
+ version="1.0.17",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments