Packages

Eastar is a pure-Elixir implementation of A* graph pathfinding algorithm. All graph environment, like nodes connectivity, distance & H-metric are abstracted away - you provide them as functions.

Current section

Files

Jump to
eastar CHANGELOG.md
Raw

CHANGELOG.md

### v0.3.2 (2015-02-21)
* cosmetic, tests for pathological cases, ex_doc support
### v0.3.1 (2015-02-20)
* Hex-ify
### v0.3.0 (2015-02-20)
* fix HeapMap.mapping bug
* Elixir 1.0.x
* geo tests
* vger tests
* 100% coverage
First version where A* works as expected.
### v0.2.0 (2014-08-02)
* adapt to Elixir 0.14
* cleanups, typespecs, travis, github goodies
### v0.0.1 (2014-07-02)
* experimental A* algo using reimplemented HeapMap