v0.2.5
OpenStreetMapX v0.2.5
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)