**Warning**: This release has a bug, which makes the Datastore ignore routing weights.
Changelog: - Added `ignoreDataErrs` to datastore parameters. If set to `False`, issues with data will raise an error, instead of being silently ignored.
1.6.0
**Warning**: This release has a bug, which makes the Datastore ignore routing weights.
Changelog: - Do not iterate over each restriction in `doRoute` - Other small optimizations (like changing `queueItem["nodes"]` to list instead of string) - Removed compatibility with `router.data`
1.5.2
Changelog: - Changed `Datastore._attributes`, `Datastore.distance` and `Datastore.equivalent` to staticmethods
1.5.1
Changelog: - Removed importing pyroutelib3 from setup.py
1.5
Changelog: - Changed Datastore.parseOsmFile to use osmiter instead of ElementTree - Added new argument to Datastore: localfileType, used to specify OSM file types other then XML.
1.4
Changelog: - Allowing users of pyroutelib3 to define their own storage classes, instead of forcing all data into dicts - Added some basic unit tests