diff --git a/DESCRIPTION b/DESCRIPTION index afead33b..d40b1b92 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.2.20.027 +Version: 0.2.20.028 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Andreas", "Petutschnig", role = "aut"), diff --git a/NEWS.md b/NEWS.md index e461897e..c639aa58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,8 @@ - Updated `weight_streenet()` function for `wt_profile="bicycle"` to return many more bicycle-relevant columns (#207). - Fix major bug in categorical dists routines that gave wrong values (#201; thanks to @xiaofanliang) +- Fix bug in `add_nodes_to_graph`, #103 +- Add 2 new parameters to `add_nodes_to_graph`, "dist_tol" and "intersections_only" (#103) ## Minor changes: diff --git a/codemeta.json b/codemeta.json index 6fbefcd4..8fec23cb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/ATFutures/dodgr", "issueTracker": "https://github.com/ATFutures/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.20.027", + "version": "0.2.20.028", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",