Skip to content

3.1.2

Compare
Choose a tag to compare
@kevinkreiser kevinkreiser released this 26 May 20:19
· 581 commits to master since this release

Release Date: 2021-05-26 Valhalla 3.1.2

  • Removed

  • Bug Fix

    • FIXED: Change unnamed road intersections from being treated as penil point u-turns #3084
    • FIXED: Fix TimeDepReverse termination and path cost calculation (for arrive_by routing) #2987
    • FIXED: Isochrone (::Generalize()) fix to avoid generating self-intersecting polygons #3026
    • FIXED: Handle day_on/day_off/hour_on/hour_off restrictions #3029
    • FIXED: Apply conditional restrictions with dow only to the edges when routing #3039
    • FIXED: Missing locking in incident handler needed to hang out to scop lock rather than let the temporary disolve #3046
    • FIXED: Continuous lane guidance fix #3054
    • FIXED: Fix reclassification for "shorter" ferries and rail ferries (for Chunnel routing issues) #3038
    • FIXED: Incorrect routing through motor_vehicle:conditional=destination. #3041
    • FIXED: Allow destination-only routing on the first-pass for non bidirectional A* algorithms. #3085
    • FIXED: Highway/ramp lane bifurcation #3088
    • FIXED: out of bound access of tile hierarchy in base_ll function in graphheader #3089
    • FIXED: include shortcuts in avoid edge set for avoid_polygons #3090
  • Enhancement

    • CHANGED: Refactor timedep forward/reverse to reduce code repetition #2987
    • CHANGED: Sync translation files with Transifex command line tool #3030
    • CHANGED: Use osm tags in links reclassification algorithm in order to reduce false positive downgrades #3042
    • CHANGED: Use CircleCI XL instances for linux based builds #3043
    • ADDED: ci: Enable undefined sanitizer #2999
    • ADDED: Optionally pass preconstructed graphreader to connectivity map #3046
    • CHANGED: ci: Skip Win CI runs for irrelevant files #3014
    • ADDED: Allow configuration-driven default speed assignment based on edge properties #3055
    • CHANGED: Use std::shared_ptr in case if ENABLE_THREAD_SAFE_TILE_REF_COUNT is ON. #3067
    • CHANGED: Reduce stop impact when driving in parking lots #3051
    • ADDED: Added another through route test #3074
    • ADDED: Adds incident-length to metadata proto #3083
    • ADDED: Do not penalize gates that have allowed access #3078
    • ADDED: Added missing k/v pairs to taginfo.json. Updated PR template. #3101
    • CHANGED: Serialize isochrone 'contour' properties as floating point so they match user supplied value #3078
    • NIT: Enables compiler warnings as errors in midgard module #3104