urbica / galton

Lightweight Node.js isochrone map server
https://galton.urbica.co
MIT License
272 stars 36 forks source link

Update osrm to the latest version 🚀 #203

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 5.17.3 of osrm was just published.

Dependency osrm
Current Version 5.17.2
Type dependency

The version 5.17.3 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of osrm.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 11 commits.

  • ea91790 Bump version and adjust changelog
  • bde65bd Sort unpacked paths by sharing
  • 5d10e04 More parameter tuning
  • 872e055 Adjust to PR comments
  • 4286631 Parameter tuning for different route lengths
  • 0c12bd7 Use duration and not weight for sharing
  • dc07382 Chose alternatives parameters based on coordinate distance
  • bf2fc5a Replace step function with contious scaling
  • 8e8ac12 Refactor parameters to be selected at runtime
  • 3c57c04 Compute sharing weighted by edge weight
  • c9be11e Fix inserting edges of shortest path for sharing check

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 5.18.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 82 commits ahead by 82, behind by 34.

  • fdbcefe Final OSRM release
  • 853691a Bump version
  • 3b4e2e8 Fix excluding nodes for one to all query
  • c459530 Address PR comments
  • 2a15e6d Add support for annotations=distances in MLD
  • 1a12936 fix example requests for distance tables
  • 318df9d Adjust ebn_weight assertion to new node weights
  • cacb162 Review and rebase updates
  • 105709c Don't handle response errors separately in osrm-runner
  • 9695fa7 Remove weight and duration from customizer::EdgeBasedGraphEdgeData
  • fd9bebb Add EBG node durations
  • db18e86 Always read .osrm.enw file in updater
  • 9b4a4fd Add customizer::MultiLevelGraph
  • cdc7e5f Fix for updating node weights in contraction hierarchy
  • adc8714 List dataset blocks

There are 82 commits in total.

See the full diff