- Fixes typo error introduced in 1.3 - Will now raise KeyError instead of returning "no_such_node" if start node is not found inside the graph - Fixing distance function (thanks to ikatanic) - Fixing some typos (thanks to 1kastner) - Removing osmapi from requirements
1.3
Changelog:
- Will now raise KeyError instead of returning "no_such_node" if start node is not found inside the graph - Fixing distance function (thanks to ikatanic) - Fixing some typos (thanks to 1kastner) - Removing osmapi from requirements
1.2
Changelog
- Small improvements in handling oneways - Fixes in access keys of pre-defined transport types - Self-containing router.doRoute (now it won't change any attributes of the router)
1.1
_No changes, just changing the version number_
1.0.post2
**Warning!** I screwed up version numbering. Use [1.1](https://github.com/MKuranowski/pyroutelib3/releases/tag/1.1) instead!
Changelog:
- Fixed a typo in the oneway handling
1.0.post1
**Warning!** This version has a typo when handling oneway=-1 or oneway=reversed. Use [1.1](https://github.com/MKuranowski/pyroutelib3/releases/tag/1.1) instead!