Skip to content

v0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 16:01
· 28 commits to master since this release
7a06505

OpenStreetMapX v0.2.5

Diff since v0.2.4

Merged pull requests:

  • Simplify A* option handling (#46) (@blegat)
  • Use n field instead of reconstructing it (#47) (@blegat)
  • Faster creation of weight_matrix (#48) (@blegat)
  • Fix nodes_within_range (#49) (@blegat)
  • Avoid constructing a Set by using haskey (#50) (@blegat)
  • Avoid vcat-splatting (#51) (@blegat)
  • Use concrete types instead of dictionaries (#52) (@blegat)
  • Remove visited as the info is in colormap (#53) (@blegat)
  • Don't store dist as key in frontier (#54) (@blegat)
  • Define nvg earlier to cover two more uses (#55) (@blegat)