Graphhopper v0.8 Release Notes

Release Date: 2016-10-18 // over 7 years ago
    • ๐Ÿ”จ refactoring to Weighting class, see #807
    • โœ‚ removed FlagEncoder from parameters as weighting.getFlagEncoder can and is used
    • all properties with prefix "osmreader." changed to "datareader." and osmreader.osm changed to datareader.file
    • maven/gradle dependency graphhopper is now split into graphhopper-core and graphhopper-reader-osm, i.e. if you previouls depend on 'graphhopper' artificat you should now use graphhopper-reader-osm except environments like Android where you just load the graph and do no import
    • ๐Ÿ‘‰ use GraphHopperOSM as base class instead of GraphHopper
    • ๐Ÿ“ฆ OSM reader separated from core, use new graphhopper-core package
    • ๐Ÿ“ฆ moved subnetwork code into own package com.graphhopper.routing.subnetwork
    • ๐Ÿ“ฆ moved weighting code into own package com.graphhopper.routing.weighting
    • ๐Ÿ‘€ code format has changed, so it is important to change your PRs too before you merge master, see discussion #770