Pathfinding

Latest version: v1.0.16

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.3.0

Bugfix
- add long description from README.md to setup.py

General
- More documentation and typo fixes

0.2.0

Bugfixes
- use copy.copy for python2.5
- cleanup grid instead of recreate it every time (see 9)
- **BEHAVIOR CHANGED** Switch node walkable flag to use it as weight, so <0 is an obstacle and >=1 is a walkable field now

New features
- BestFirstSearch (BFS)
- raytrace for path smoothing
- weighted path finding for A* and Dijkstra

General
- coveralls integration
- removed debug logs
- updated license to 2018
- More unit tests, add constrains for time and step count
- flake8 integration

0.1.0

Initial release

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.