Skip to content

Releases: BezPowell/blitz-path

0.2.0

02 Sep 13:53
Compare
Choose a tag to compare

This release changes the API so that the jps_path and a_star_path functions take any struct that implements the Map2D trait, instead of only a MovingAiMap. There are also some nice performance improvements to jps_path courtesy of @auterium.

0.1.1

13 Aug 09:29
Compare
Choose a tag to compare

Minor release to add benchmarks. Probably should have rolled this into 0.1.0. Oh well...

0.1.0

13 Aug 08:49
Compare
Choose a tag to compare

Initial release to crates.io