Skip to content

Commit 3d4e9eb

Browse files
authored
Add files via upload
1 parent 1dcb0d8 commit 3d4e9eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
NEWS
2+
================
3+
Vincent LARMET
4+
8 juillet 2019
5+
6+
v1.2
7+
====
8+
9+
Major changes
10+
- new functions `cpp_simplify`, `get_detour` and `to_df`
11+
12+
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

0 commit comments

Comments
 (0)