GraphHopper v1.0-pre26 Release Notes

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

    Like 1.0-pre20 plus:

    • 🚚 4c29eee 2020-02-29 | removed unused EncodedValueOld (HEAD -> master, tag: 1.0-pre26, origin/master) [Peter]
    • f350408 2020-02-29 | fix integration test for client [Peter]
    • 0️⃣ a14e7a9 2020-02-29 | make DefaultTurnCostProvider thread-safe, fixes #1938 [Peter]
    • 9129481 2020-02-29 | Some minor cleanup [easbar]
    • 🚚 8d15708 2020-02-29 | make readFlags private, remove unnecessary int set and remove QueryGraph.getOriginalEdgeFromVirtNode, #1938 [Peter]
    • 7d1f8c8 2020-02-28 | Add 100m radius restriction to point hint matches (#1935) [samruston]
    • 🛠 1f2084f 2020-02-27 | avoidance of destination only for car, fixes #1831, bug introduced in #1752 [Peter]
    • 0f4cc1c 2020-02-26 | Minor improvement of error message in profile consistency check [easbar]
    • 🔧 e656101 2020-02-25 | Use new profiles section to configure LM&CH preparations (#1922) (tag: 1.0-pre25) [Andi]
    • 7c1d048 2020-02-25 | Create routing template in a factory function for easy override (#1923) [Andi]
    • 🐳 0ea8d46 2020-02-25 | fixed Dockerfile for snake case #1918, fixes #1930 [Peter]
    • e1a3404 2020-02-25 | CarFlagEncoder: avoid reference comparison [Peter]
    • bce7174 2020-02-25 | SpatialRule interface rework (#1880) [otbutz]
    • 🐳 f006b48 2020-02-24 | Dockerfile: use node v13 [Peter]
    • 55384ec 2020-02-23 | Allow using LM routing algo factory standalone (#1900) [Andi]
    • b56ae1d 2020-02-23 | highway=path and bicycle=yes should not get speed for pushing section (#1892) [ratrun]
    • 55408ce 2020-02-22 | Fix problems with block_area (#1917) [Peter]
    • b57a55e 2020-02-21 | fix country rule ordering (#1911) [Peter]
    • a369212 2020-02-21 | no need to explicitely list the snake case methods (#1918) [Peter]
    • 2136ec3 2020-02-21 | Start using JUnit 5 (#1909) [Andi]
    • 4c5d589 2020-02-21 | if too few curbsides are specified do not throw IndexOutOfBoundsException for POST requests [Peter]
    • fcc17d9 2020-02-19 | measurement in graphhopper.sh: add turn cost [Peter]
    • 6215dd9 2020-02-19 | create routing template in a factory function for easy override [Naser Aliabadi]
    • ⬆️ b0069f1 2020-02-18 | upgrade commons compress to 1.19 [Peter]
    • 32cfae2 2020-02-18 | Add dependency management and junit4 dependency to parent pom (#1912) [Andi]
    • 0️⃣ a05de4b 2020-02-17 | No longer enable CH by default in GraphHopper class (#1914) (tag: 1.0-pre24) [Andi]
    • ⚡️ 79f3ecd 2020-02-17 | Update some docs and scripts from -Dgraphhopper to -Ddw.graphhopper [easbar]
    • 7ac624a 2020-02-16 | Cleanup GraphHopper tests in preparation to profile parameter (#1913) [Andi]
    • 3401a52 2020-02-14 | Extend RoadClass (#1907) [otbutz]
    • 💻 e98d02c 2020-02-13 | document command line changes #1897, #1879 [Peter]
    • d679e24 2020-02-12 | Put back LMProfile getter (tag: 1.0-pre23) [easbar]
    • 65bea04 2020-02-12 | Add hint about disabling CH/LM when profile not found. (tag: 1.0-pre22) [easbar]
    • e2686bd 2020-02-12 | Use LMProfile instead of just Weighting for LMPreparationHandler (#1899) [Andi]
    • 0️⃣ ca78601 2020-02-10 | Extract RoutingConfig and DefaultWeightingFactory in GraphHopper class [easbar]
    • 76f768c 2020-02-10 | Adjust test of #471 (tag: 1.0-pre21) [easbar]
    • 0a43887 2020-02-09 | Allow loading GHStorage with a single CH preparation [easbar]
    • 3d63cdc 2020-02-10 | Reduce usages of GraphHopper constructor [easbar]
    • 🚚 08acd7a 2020-02-09 | Remove routing algorithm factory decorator abstraction (#1891) [Andi]
    • 0ee5582 2020-02-08 | Make CHGraphs/Profiles selectable by name [easbar]
    • 75a8a61 2020-02-06 | Put back LM16 measurements [easbar]
    • 5a1f85a 2020-02-06 | Minor cleanup in GraphHopper and fix test [easbar]
    • a03a938 2020-02-05 | Improve turn instructions when leaving the roads (#1882) [Robin]
    • 04cfcd0 2020-02-04 | Do some minor cleanup in GraphHopper [easbar]
    • eb6e1d1 2020-02-04 | Change GraphHopper.init(CmdArgs)toinit(GraphHopperConfig)` (#1879) [Andi]
    • 9c2c9ec 2020-02-03 | location lookup based on Weighting additionally to access (#1838) [Peter]
    • a9795e0 2020-02-01 | gh maps: add missing spec files [Peter]
    • 🚚 a17b6d5 2020-01-31 | gh maps: move JS tests specs to correct folder and make them pass; avoid elevation workaround [Peter]
    • 7c27a51 2020-01-31 | SpatialRuleLookupBuilderTest: half overhead for benchmark [Peter]
    • 1a994b8 2020-01-30 | #1878 - Add example for input file (#1884) [Harel M]
    • 0️⃣ 2b06bd2 2020-01-30 | Improve picking up default graph (#1876) [Peter]
    • 7c52b8a 2020-01-29 | Use JTS to determine applicable spatial rules (#1829) [otbutz]