From d99192a07d4dc7698e5c0fbac74d9cb7497334a5 Mon Sep 17 00:00:00 2001 From: mpadge Date: Fri, 17 May 2024 13:02:43 +0200 Subject: [PATCH] update news for #223 [ci skip] --- DESCRIPTION | 2 +- NEWS.md | 1 + codemeta.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index af438b53..a02ac705 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.3.0.021 +Version: 0.3.0.022 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 cb8bb471..4a5dbe69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,7 @@ - Fix bug in `add_nodes_to_graph` with "sc" networks (#217, thanks to @diegoteca) - Fix bug in Tobler cost function for effect of slopes on walking times (#219, thanks to @xtimbeau). +- Added 'convex' parameter to isodistance, isochrone fns (#223, thanks to @pasipasi123). --- diff --git a/codemeta.json b/codemeta.json index e18145b8..ff4617bb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/UrbanAnalyst/dodgr", "issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.3.0.021", + "version": "0.3.0.022", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",