Patrick Niklaus
34d5ba8fdd
Update changelog
2017-05-04 21:08:28 +00:00
Michael Krasnyk
ec26756084
Updated assertions to catch negative duration values for weights > 0
...
but still clamping negative duration values at 0 without checking weights
2017-05-04 21:02:28 +00:00
Michael Krasnyk
0f55f24bfe
Use rectified linear unit to prevent negative duration values
2017-05-04 21:02:17 +00:00
Patrick Niklaus
07f2c8fd4c
Regenerate API docs
2017-05-03 15:22:28 +00:00
Patrick Niklaus
3289d53617
Update nodejs docs to document the constructor better
2017-05-03 15:22:11 +00:00
Michael Krasnyk
1ea5e44094
Adjusted to PR comments
2017-05-03 15:21:47 +00:00
Michael Krasnyk
ee208cd450
Fix incorrect exit turn invalidation
2017-05-03 15:21:36 +00:00
Patrick Niklaus
4370fd126d
Final version bump
2017-04-21 08:49:00 +00:00
Patrick Niklaus
15a2fdd1f8
Update changelog
2017-04-20 13:58:29 +00:00
Patrick Niklaus
0eedcf69bc
Fix checking columns if route is not specified
2017-04-20 13:52:23 +00:00
Patrick Niklaus
62abea30f5
Apply traffic light penalty also for non-turns
2017-04-20 13:52:11 +00:00
Michael Krasnyk
3364be1860
Fix incorrect weight fallback for distance-based weights
2017-04-20 13:51:59 +00:00
Patrick Niklaus
a5eeca9b51
Bump version to RC3
2017-04-18 17:09:49 +00:00
Michael Krasnyk
1a09ff6005
Don't remove the last original coordinate during tiding
2017-04-18 13:36:28 +00:00
Patrick Niklaus
2794a52902
Remove boost::make_unique to fix travis node builds
2017-04-13 21:18:08 +00:00
Patrick Niklaus
cb796e4cfc
Use .gitignore default instead of .npmignore
2017-04-13 21:17:58 +00:00
Patrick Niklaus
522ec4fc2e
Restructure travis build
2017-04-13 21:17:45 +00:00
Michael Krasnyk
15dc5899b0
Use total angle for turn instruction if entry step has large distance
2017-04-12 23:32:12 +00:00
Patrick Niklaus
7e932ffbc3
Bump package version
2017-04-12 22:58:58 +00:00
Patrick Niklaus
810596bb83
Install node version as well
2017-04-12 20:28:19 +00:00
Patrick Niklaus
acabf0075c
Only use three jobs for node builds
2017-04-12 20:28:05 +00:00
Patrick Niklaus
1ed72db210
Use nvm instead of travis node_js key
...
This fixes issues on container builds that would always use
node 6 even when 4 was specified.
2017-04-12 20:27:53 +00:00
Patrick Niklaus
6bdf95dfb4
Change version to RC1
2017-04-12 14:58:51 +00:00
Patrick Niklaus
785ae89cd8
Update changelog
2017-04-12 14:58:25 +00:00
Patrick Niklaus
16680191de
Enable 5.7 branch in travis
2017-04-12 14:28:37 +00:00
Michael Krasnyk
59b70c4d11
Make CoreCH SearchEngineData inherited from CH one
...
this allows to keep a single Algorithm template parameter in internal
interfaces as
template <typename Algorithm>
search(SearchEngineData<Algorithm> &,
const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &, ...)
2017-04-12 10:54:09 +00:00
Michael Krasnyk
f96bae40ac
Remove unused {forward,reverse}_heap_2 in MLD engine data
2017-04-12 10:54:09 +00:00
Michael Krasnyk
ba974c73bf
Remove CoreCH heaps
2017-04-12 10:54:09 +00:00
Michael Krasnyk
e498ad3ee7
Make explicit fallback to CH heaps in CoreCH algorithms
2017-04-12 10:54:09 +00:00
Michael Krasnyk
1de031ed06
Remove {forward,reverse}_core_heap arguments from search interface
2017-04-12 10:54:09 +00:00
Patrick Niklaus
d6ac924b94
Use Date.now()
2017-04-11 22:33:38 +00:00
Patrick Niklaus
ee24473cbb
Always print node version
2017-04-11 22:33:38 +00:00
Patrick Niklaus
c19a3cec1c
Fix build syntax
2017-04-11 22:33:38 +00:00
Patrick Niklaus
f3694be1a0
Override install and after_sucess
2017-04-11 22:33:38 +00:00
Patrick Niklaus
306d86ce58
Add missing semi-colon
2017-04-11 22:33:38 +00:00
Patrick Niklaus
2c001b63a5
Port timer script to JS
2017-04-11 22:33:38 +00:00
Patrick Niklaus
e162dda836
Don't use bc
2017-04-11 22:33:38 +00:00
Patrick Niklaus
10c532bd4c
Revert "Skip cucumber tests for publish builds"
...
This reverts commit 3f8160c156
.
2017-04-11 22:33:38 +00:00
Patrick Niklaus
c8a7bc1d6a
Revert "Don't build unit tests for publishing job"
...
This reverts commit eb0bd378ae
.
2017-04-11 22:33:38 +00:00
Patrick Niklaus
9ca3c69b49
Don't build unit tests for publishing job
2017-04-11 22:33:38 +00:00
Patrick Niklaus
d1cf8c1fd5
Skip cucumber tests for publish builds
2017-04-11 22:33:38 +00:00
Patrick Niklaus
018742f50f
Constrain the number of jobs on container builds
2017-04-11 22:33:38 +00:00
Patrick Niklaus
b82d21f856
Install yarn when not there
2017-04-11 22:33:38 +00:00
Patrick Niklaus
cfaadf198f
Attempt sudo:false build matrix for node
2017-04-11 22:33:38 +00:00
Michael Krasnyk
6698b5e07e
Use fallbacks counter to print a single warning message
2017-04-11 14:55:56 +00:00
Michael Krasnyk
37794a5e8a
Change traffic CSV field value from weight to rate
...
and make the value required.
If the weight name is 'duration' than the rate value
can be computed as speed / 3.6
Issue: https://github.com/Project-OSRM/osrm-backend/issues/3823
2017-04-11 14:55:56 +00:00
Patrick Niklaus
a88fef2937
Implement distance pruning for MLD as well
2017-04-10 17:25:55 +00:00
Patrick Niklaus
da474a16a9
Fix formating
2017-04-10 17:25:02 +00:00
Patrick Niklaus
59bbfeb67f
Buffer turn data on disk to save memory
2017-04-10 17:25:02 +00:00
Patrick Niklaus
4e9e2ed5bd
Emit a notification when turning on a ferry and don't merge step
2017-04-07 15:29:53 +00:00