Skip to content

Commit 4f5680c

Browse files
authored
Add files via upload
1 parent 3d4e9eb commit 4f5680c

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

NEWS.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
NEWS
2-
================
3-
Vincent LARMET
4-
8 juillet 2019
51

6-
v1.2
7-
====
2+
cppRouting v1.2
3+
===============
84

95
Major changes
10-
- new functions `cpp_simplify`, `get_detour` and `to_df`
6+
7+
- new functions `cpp_simplify`, `get_detour` and `to_df`
118

129
Minor changes
13-
- bug fix in `get_distance_pair` and `get_path_pair` : verify that origin / destination nodes are present in the graph before running c++ function
14-
- modification of `get_distance_pair` and `get_path_pair` Rd. files : clearer explanation about the choice between algorithms
15-
- optimization of `get_distance_matrix` function : if length(to) < length(from) then Dijkstra algorithm is ran from destination nodes on reversed graph
10+
11+
- bug fix in `get_distance_pair` and `get_path_pair` : verify that origin / destination nodes are present in the graph before running c++ function
12+
- modification of `get_distance_pair` and `get_path_pair` Rd. files : clearer explanation about the choice between algorithms
13+
- optimization of `get_distance_matrix` function : if length(to) < length(from) then Dijkstra algorithm is ran from destination nodes on reversed graph
14+
15+
cppRouting v1.1
16+
===============
17+
18+
First CRAN release

0 commit comments

Comments
 (0)