From 17c85c1642ff8eacefc7994628f7fa4d3b542dde Mon Sep 17 00:00:00 2001 From: Martin Chan Date: Wed, 16 Aug 2023 12:30:08 +0100 Subject: [PATCH] docs: update version to `1.9.0` --- DESCRIPTION | 2 +- NEWS.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5498831a..1c0369ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: wpa Type: Package Title: Tools for Analysing and Visualising Viva Insights Data -Version: 1.8.1 +Version: 1.9.0 Authors@R: c( person(given = "Martin", family = "Chan", role = c("aut", "cre"), email = "martin.chan@microsoft.com"), person(given = "Carlos", family = "Morales", role = "aut", email = "carlos.morales@microsoft.com"), diff --git a/NEWS.md b/NEWS.md index b2ba8b11..5fc304db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# wpa 1.9.0 + +Updates to `network_p2p()`, with breaking changes to the argument, addressing issue #225: + + - `network_p2p()` now has a `centrality` argument for computing and visualizing centrality as node sizes in the network plot + - the `algorithm` argument is renamed to `layout` for better intuitiveness + - Improved consistency and intuitiveness of the API, with `style` argument now controlling the network plotting mechanism and `return` argument controlling whether plots are generated interactively or saved as PDF + - Added a large number of community detection algorithms from `igraph` + +This version also includes some minor dependency maintenance done to `create_dt()`. + # wpa 1.8.1 - fixed issue due to a 'tidyr' update (see #233).