Skip to content

Commit cd2ac3c

Browse files
committed
update news for #314, thanks @leoniedu [ci skip]
1 parent adfa054 commit cd2ac3c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dodgr
22
Title: Distances on Directed Graphs
3-
Version: 0.4.3.009
3+
Version: 0.4.3.010
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Andreas", "Petutschnig", role = "aut"),

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Minor changes
44

5+
- Add `pairwise` parameter to `dodgr_times()`; thanks to @leoniedu (#314)
56
- Fix bug with categorical distances that neglected edges through compound junctions (#305)
67
- Fix bug in duplicating bi-directional edges in weighted sc-class graphs
78

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"codeRepository": "https://github.com/UrbanAnalyst/dodgr",
1212
"issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues",
1313
"license": "https://spdx.org/licenses/GPL-3.0",
14-
"version": "0.4.3.009",
14+
"version": "0.4.3.010",
1515
"programmingLanguage": {
1616
"@type": "ComputerLanguage",
1717
"name": "R",

0 commit comments

Comments
 (0)