Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2026
update to 1.0.22
brean
committed
e8d3600
View commit details
Copy full SHA for e8d3600
Browse repository at this point
Merge pull request #84 from SAY-5/fix-pop-node-none-crash
Show description for 723ec48
brean
authored
723ec48
View commit details
Copy full SHA for 723ec48
Browse repository at this point
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
Browse repository at this point
Commits on May 27, 2026
update version to 1.0.21 and publish
brean
committed
2816d47
View commit details
Copy full SHA for 2816d47
Browse repository at this point
Merge pull request #81 from peterchenadded/bug/brean/python-pathfinding/issues/71-fix-memory-leak
Show description for bef78cf
brean
authored
bef78cf
View commit details
Copy full SHA for bef78cf
Browse repository at this point
Commits on May 25, 2026
removed remove_node
peterchenadded
committed
d8c295a
View commit details
Copy full SHA for d8c295a
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
Browse repository at this point
Commits on Jan 16, 2026
update to 1.0.20 - include non_walkable
brean
committed
b019423
View commit details
Copy full SHA for b019423
Browse repository at this point
Merge pull request #79 from happygts/feature/include_non_walkable_neighbors
Show description for e51bdc7
brean
authored
e51bdc7
View commit details
Copy full SHA for e51bdc7
Browse repository at this point
include_non_walkable -> include_non_walkables + add tests.
happygts
committed
7704534
View commit details
Copy full SHA for 7704534
Browse repository at this point
Implement include_non_walkable on grid neighbors.
happygts
committed
b8d8d5f
View commit details
Copy full SHA for b8d8d5f
Browse repository at this point
Commits on Jan 6, 2026
update version number and release bugfix for 1.0.19
brean
committed
40771a0
View commit details
Copy full SHA for 40771a0
Browse repository at this point
Merge pull request #78 from magicguy38/fix-world-cleanup-bug
Show description for c0600a9
brean
authored
c0600a9
View commit details
Copy full SHA for c0600a9
Browse repository at this point
Fixed world.cleanup() bug and extended test_connect_grids to test it.
magicguy38
committed
deda5d4
View commit details
Copy full SHA for deda5d4
Browse repository at this point
Commits on Nov 2, 2025
Merge pull request #74 from PraneethJain/bidirectional
Show description for 8cdd475
brean
authored
8cdd475
View commit details
Copy full SHA for 8cdd475
Browse repository at this point
Merge pull request #75 from comp64/fix-typehint
Show description for 4904e24
brean
authored
4904e24
View commit details
Copy full SHA for 4904e24
Browse repository at this point
Commits on Oct 29, 2025
Update type hint in Graph.__init__
Show description for 70cddc9
comp64
authored
70cddc9
View commit details
Copy full SHA for 70cddc9
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
Browse repository at this point
Commits on Oct 6, 2025
Update README.md
Show description for b6664b1
brean
authored
b6664b1
View commit details
Copy full SHA for b6664b1
Browse repository at this point
update meta information for 1.0.18
brean
committed
9134ee3
View commit details
Copy full SHA for 9134ee3
Browse repository at this point
1.0.18 release featuring bi-directional BFS
brean
committed
ce2643d
View commit details
Copy full SHA for ce2643d
Browse repository at this point
Merge pull request #73 from PraneethJain/bidirectional-bfs
Show description for 7571001
brean
authored
7571001
View commit details
Copy full SHA for 7571001
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
Browse repository at this point
Commits on Aug 17, 2025
use 'out' instead of 'foo' for examples
brean
committed
20a258c
View commit details
Copy full SHA for 20a258c
Browse repository at this point
Merge pull request #72 from superstes/feat-example-image-weighted
Show description for b01ec9a
brean
authored
b01ec9a
View commit details
Copy full SHA for b01ec9a
Browse repository at this point
add flag for diagonal-movement to examples
superstes
committed
fb6dd7d
View commit details
Copy full SHA for fb6dd7d
Browse repository at this point
add example for weighted-image-map
superstes
committed
bd053ce
View commit details
Copy full SHA for bd053ce
Browse repository at this point
Commits on Jul 19, 2025
add conda meta.yaml
brean
committed
24f59a2
View commit details
Copy full SHA for 24f59a2
Browse repository at this point
Commits on Jun 10, 2025
add sequence diagram to explain dependencies
brean
committed
d25775b
View commit details
Copy full SHA for d25775b
Browse repository at this point
Commits on May 3, 2025
update to latest pypi-publisher
brean
committed
b378696
View commit details
Copy full SHA for b378696
Browse repository at this point
update upload-artifact to use v4
brean
committed
2bd1b02
View commit details
Copy full SHA for 2bd1b02
Browse repository at this point
update to version 1.0.17
brean
committed
2509af7
View commit details
Copy full SHA for 2509af7
Browse repository at this point
Merge pull request #68 from w9PcJLyb/add_graph_cleanup
Show description for f8ff1f5
brean
authored
f8ff1f5
View commit details
Copy full SHA for f8ff1f5
Browse repository at this point
add graph cleanup
andreyd41
committed
e030b83
View commit details
Copy full SHA for e030b83
Browse repository at this point
Commits on Feb 2, 2025
fix typo
brean
committed
6398d48
View commit details
Copy full SHA for 6398d48
Browse repository at this point
Previous
Next
You can’t perform that action at this time.