File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.20
2+ ## Feature
3+ - include_non_walkables on grid neighbors (by @happygts see #79 )
4+
15# 1.0.19
26## Bugfix
3- - Fix cleanup for World (by @magicguy38 )
7+ - Fix cleanup for World (by @magicguy38 see # 77 , # 78 )
48
59# 1.0.18
610## Feature
7- - added Bi-directional BFS (by @PraneethJain )
11+ - added Bi-directional BFS (by @PraneethJain see # 74 )
812
913# 1.0.17
1014## Bugfix
Original file line number Diff line number Diff line change 11package :
22 name : pathfinding
3- version : 1.0.19
3+ version : 1.0.20
44
55source :
66 path : ./
Original file line number Diff line number Diff line change 1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
1313 url = "https://github.com/brean/python-pathfinding" ,
14- version = "1.0.19 " ,
14+ version = "1.0.20 " ,
1515 license = "MIT" ,
1616 author = "Andreas Bresser" ,
1717 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments