GraphHopper v1.0-pre30 Release Notes

Release Date: 2020-03-18 // about 4 years ago
  • Only intended for production usage if you know what you do :)

    Like 1.0-pre26 plus:

    • 🚚 198c8ed 2020-03-18 | removed IPFilter (HEAD -> master, tag: 1.0-pre30, origin/master) [Peter]
    • 🔨 a5b48ce 2020-03-18 | refactor PMap to use string,object instead of string,string (#1956) [Peter]
    • fe35252 2020-03-17 | Mapzen (skadi) elevation provider (#1929) [Michael Barry]
    • 👀 dd2ff23 2020-03-16 | throw error if old system parameter is used, see #1897 and #1879 [Peter]
    • d19d57f 2020-03-15 | use enum instead of int (#1954) [Peter]
    • 9c9bae4 2020-03-13 | GraphHopperServerConfiguration auto-detects available ports (#1928) [Thomas Aulinger]
    • 🔨 7367af0 2020-03-12 | Refactor distance calculation utilities to be elevation-aware (#1944) [Michael Barry]
    • ccd49dc 2020-03-12 | Bilinear interpolation for height tiles (#1942) [Michael Barry]
    • 🚚 e37aa95 2020-03-12 | Move SpatialRuleLookup benchmark into Measurement class (#1894) [otbutz]
    • 1fff78a 2020-03-12 | Extract profile selection (#1949) [Andi]
    • 🚚 d27f9c3 2020-03-10 | removed experimental UnsafeDataAccess (#1620) [Peter]
    • 5d85cc3 2020-03-10 | Avoid graph dependency (#1950) [Peter]
    • d6515a2 2020-03-10 | Simplify entire edges on import instead of just pillar nodes (#1943) [Michael Barry]
    • 6d0dc15 2020-03-10 | Make AbstractFlagEncoder methods protected: blockFords etc. (tag: 1.0-pre29) [easbar]
    • 🚚 3259767 2020-03-08 | Remove odd LM profile selection rule [easbar]
    • 639bd9a 2020-03-08 | Check GraphHopper profiles after initializing the graph [easbar]
    • 9a88d52 2020-03-08 | Limit scope of uTurnCostsInt and turnCostProvider in GraphHopper#calcPaths [easbar]
    • 🚚 74df250 2020-03-08 | Remove unused code (tag: 1.0-pre28) [Michael Zilske]
    • 5fe499e 2020-03-08 | avoid IntsRef recreation and simpler getter (#1947) [Peter]
    • 🚚 4ec39ee 2020-03-08 | fix test: point hint got more strict, move closer to snapping target [Peter]
    • 3912164 2020-03-07 | TurnRelationIterator [Michael Zilske]
    • 04b1b10 2020-03-06 | improve latest vs. stable docs link [Peter]
    • 937be2d 2020-03-05 | config-example: further change of camelCase to snake #1918 [Peter]
    • aa97389 2020-03-05 | Extract setTurnCost/Restriction in test [easbar]
    • 🚚 08f0f57 2020-03-05 | Remove unused constructor [Michael Zilske]
    • e0320fe 2020-03-05 | Clean up TurnCostStorage (#1945) [Michael Zilske]
    • cef07f6 2020-03-04 | flag encoders: no need for 4 parameter constructors introduced in #1936 [Peter]
    • a32d9c3 2020-03-02 | NameSimilarityEdgeFilter: consistent constructor parameter order [Peter]
    • 7e8c795 2020-03-02 | access on private roads (#1936) (tag: 1.0-pre27) [Peter]
    • e685415 2020-03-02 | clean up TagParsers and e.g. allow a RoadAccess with a different name like truck_road_access [Peter]