Skip to content

Commit ce2643d

Browse files
committed
1.0.18 release featuring bi-directional BFS
1 parent 7571001 commit ce2643d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.18
2+
## Feature
3+
- added Bi-directional BFS (by @PraneethJain)
4+
15
# 1.0.17
26
## Bugfix
37
- fix for Graph: Error when running pathfinding multiple times in graph. (see #67)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Currently there are 7 path-finders bundled in this library, namely:
99
- Best-First
1010
- Bi-directional A\*
1111
- Breadth First Search (BFS)
12+
- Di-directional Breadth First Search (BFS)
1213
- Iterative Deeping A\* (IDA\*)
1314
- Minimum Spanning Tree (MSP)
1415

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/brean/python-pathfinding",
14-
version="1.0.17",
14+
version="1.0.18",
1515
license="MIT",
1616
author="Andreas Bresser",
1717
packages=find_packages(),

0 commit comments

Comments
 (0)