urbica / galton

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

Update osrm to the latest version 🚀 #215

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

Version 5.19.0 of osrm was just published.

Dependency osrm
Current Version 5.18.0
Type dependency

The version 5.19.0 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 26 commits ahead by 26, behind by 2.

  • 17e1966 rc in travis, changelog and package.json
  • 5597415 Revert "Improve speed of Map Matching" (#5196)
  • 5476f6a Fix GDB not work for osrm-routed on Linux (#5157)
  • 0971f06 Add option to node bindings to return result as a pre-generated JSON string (this avoids a lot of overhead, and moves JSON string rendering out of the main event loop).
  • 85515f0 Render floating point numbers to string using Grisu2 algorithmt instead of stdlib to speed up JSON generation.
  • 69d7825 Increase allowed shared memory regions to 512 from ~120
  • 9b779c7 Update changelog
  • 5bd7d04 Fix formating
  • 0f78f7b Fix bug in computation of distance offset for phantom node
  • 8473be6 Adjust text cases for flightly different matching due to rounding
  • c0124f7 Round network distance to deci-meter to retain previous behavior
  • b630b4e Preserve heap state in map matching
  • 89fabc1 Use distance functions from many to many
  • a649a8a Use FCC algorithm for map matching distance calculation
  • f928956 Support maxlength and maxweight in car profile

There are 26 commits in total.

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: