Skip to content

Commit 7f83060

Browse files
authored
Update NEWS.md
1 parent 5a2f605 commit 7f83060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r-package/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- New function `build_network()` to replace `setup_r5()`, which is being deprecated. Idiomatically r5r_core is now r5r_network.
66
- New function `arrival_travel_time_matrix()` to calculate travel time matrix between origin destination pairs considering the time of arrival, instead of a depature time. Closes [#291](https://github.com/ipeaGIT/r5r/issues/291)
7-
- New function `modify_osm_carspeeds()` to build a routable network with modified OSM car speeds to account for different scenarios of traffic congestion and road closure. Closes [#289](https://github.com/ipeaGIT/r5r/issues/289)
7+
- New function `build_custom_network()` to build a routable network with modified OSM car speeds to account for different scenarios of traffic congestion and road closure. Closes [#289](https://github.com/ipeaGIT/r5r/issues/289)
88
- We have now implemented a reverse search optimization for direct transport modes (walking and cycling) in the functions `travel_time_matrix()`, `expanded_travel_time_matrix()` and `arrival_travel_time_matrix()`. In pactice, this means that these functions are now much faster when there are multiple origins to few destinations. Closes [#450](https://github.com/ipeaGIT/r5r/issues/450)
99

1010
**Minor changes**

0 commit comments

Comments
 (0)