FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - brean/python-pathfinding · GitHub
brean
/
python-pathfinding
Public
Notifications
You must be signed in to change notification settings
Fork
72
Star
383
Code
Issues
24
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-pathfinding
test
on
main
User selector
Datepicker
Commit history
Commits on Jun 20, 2026
Handle empty open list returning None from pop_node()
Show description for 3a9c85e
Sai Asish Y
committed
3a9c85e
View commit details
Copy full SHA for 3a9c85e
View code at this point
Browse repository at this point
Commits on May 25, 2026
removed remove_node
peterchenadded
committed
d8c295a
View commit details
Copy full SHA for d8c295a
View code at this point
Browse repository at this point
Commits on May 5, 2026
Update requirements.txt
Show description for adcbcb7
brean
authored
adcbcb7
View commit details
Copy full SHA for adcbcb7
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
include_non_walkable -> include_non_walkables + add tests.
happygts
committed
7704534
View commit details
Copy full SHA for 7704534
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
Fixed world.cleanup() bug and extended test_connect_grids to test it.
magicguy38
committed
deda5d4
View commit details
Copy full SHA for deda5d4
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
add bi-directional best first and bi-directional dijkstra
PraneethJain
committed
c5b2318
View commit details
Copy full SHA for c5b2318
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
added bi-directional breadth-first-search
PraneethJain
committed
a07d515
View commit details
Copy full SHA for a07d515
View code at this point
Browse repository at this point
Commits on May 3, 2025
add graph cleanup
andreyd41
committed
e030b83
View commit details
Copy full SHA for e030b83
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
fix heuristic
andreyd41
committed
6f7096f
View commit details
Copy full SHA for 6f7096f
View code at this point
Browse repository at this point
Commits on Nov 24, 2024
bugfix/feature: support values <1 for weighted graphs
brean
committed
89ca95c
View commit details
Copy full SHA for 89ca95c
View code at this point
Browse repository at this point
Merge branch 'main' into use_float
brean
committed
71fee0b
View commit details
Copy full SHA for 71fee0b
View code at this point
Browse repository at this point
Commits on Nov 23, 2024
fix pathfinding with passable borders
andreyd41
committed
5e3bfbc
View commit details
Copy full SHA for 5e3bfbc
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
allow diagonal crossing over a border (fixes #58)
brean
committed
d6d760e
View commit details
Copy full SHA for d6d760e
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
minor indentation and linting, also update to 1.0.8 for upgrading release.
brean
committed
a76910a
View commit details
Copy full SHA for a76910a
View code at this point
Browse repository at this point
added heap and performance tests
peterchenadded
committed
974ada4
View commit details
Copy full SHA for 974ada4
View code at this point
Browse repository at this point
get tests to work
peterchenadded
committed
b7172f5
View commit details
Copy full SHA for b7172f5
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
update to version 1.0.7: Bugfix for #52, use parent.g in calculation
brean
committed
2990b64
View commit details
Copy full SHA for 2990b64
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
Store unique nodes when creating GraphNodes from edge list, fixes #51
brean
committed
2c9b9be
View commit details
Copy full SHA for 2c9b9be
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
use graphs instead of only grids
brean
committed
e432327
View commit details
Copy full SHA for e432327
View code at this point
Browse repository at this point
pep8 fixes and remove utf-8-header (its default in python3)
brean
committed
acc8819
View commit details
Copy full SHA for acc8819
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
rename tests to start with 'test_'
brean
committed
671cbc0
View commit details
Copy full SHA for 671cbc0
View code at this point
Browse repository at this point
move documentation and add multi-grid worlds connecting multiple grids and switch to python3-dataclasses.
brean
committed
1278ff8
View commit details
Copy full SHA for 1278ff8
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
PEP 8 / flake8 for tests
brean
committed
3bd024f
View commit details
Copy full SHA for 3bd024f
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
Minimum Spanning Tree (MSP)
brean
committed
cad6e25
View commit details
Copy full SHA for cad6e25
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
change from int to float
brean
committed
8652bf5
View commit details
Copy full SHA for 8652bf5
View code at this point
Browse repository at this point
Commits on Apr 13, 2018
smoothen path
brean
committed
9c8036b
View commit details
Copy full SHA for 9c8036b
View code at this point
Browse repository at this point
raytrace for path smoothing (based on https://github.com/qiao/PathFinding.js/pull/104/commits/8d85f81191ba14a6eb5c86ca384a9c56c2a99e3d )
brean
committed
b813659
View commit details
Copy full SHA for b813659
View code at this point
Browse repository at this point
Test bresenham algorithm for path smoothing
brean
committed
f08d74f
View commit details
Copy full SHA for f08d74f
View code at this point
Browse repository at this point
cleanup grid instead of recreate it every time (see #9)
brean
committed
8da5cb0
View commit details
Copy full SHA for 8da5cb0
View code at this point
Browse repository at this point
BestFirstSearch (BFS) #3
brean
committed
e4e22be
View commit details
Copy full SHA for e4e22be
View code at this point
Browse repository at this point
Test for weighted path finding for A* and Dijkstra
brean
committed
42721a3
View commit details
Copy full SHA for 42721a3
View code at this point
Browse repository at this point
Switch node walkable flag to use it as weight, so <0 is an obstacle and >=1 is a walkable field now
brean
committed
afdb9ca
View commit details
Copy full SHA for afdb9ca
View code at this point
Browse repository at this point
Commits on Apr 12, 2018
simple, untested weighted pathfinding (see #11)
brean
committed
1008780
View commit details
Copy full SHA for 1008780
View code at this point
Browse repository at this point
Test all algorithms for time and step constrains
brean
committed
da9a517
View commit details
Copy full SHA for da9a517
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
test time limit
brean
committed
05475fd
View commit details
Copy full SHA for 05475fd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL