Skip to content

Releases: microsoft/wpa

v1.9.1

06 Jun 15:33
e3624fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

21 Aug 15:52
2c017f9
Compare
Choose a tag to compare

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

network_summary() adds the ability to return pagerank.

This version also includes some minor dependency maintenance done to create_dt().

v1.8.1

31 Jan 10:41
476f013
Compare
Choose a tag to compare
  • Patch issues due to updates to tidyr to CRAN

v1.8.0

05 Jul 15:41
990e7f3
Compare
Choose a tag to compare
  • Updated and improved output and algorithm for workpatterns_classify()
  • Additional visual options for workpatterns_classify() and flex_index()
  • Added the external_* family of functions to visualize the metric Collaboration_hours_external
  • Added experimental function identify_datefreq() for detecting date frequency (#131)

v1.7.0

09 Jun 13:45
Compare
Choose a tag to compare
  • Renamed 'Workplace Analytics' to 'Viva Insights'
  • Improved features for multiple functions, e.g. centrality calculations for network_p2p()
  • Improved compatibility of functions with new queries
  • Introduced new functions, e.g. create_density(), keymetrics_scan_asis(), network_summary()
  • Removed 'portes' dependency, which was removed from CRAN
  • Bug fixes

v1.6.4

19 Jan 16:15
fa814c9
Compare
Choose a tag to compare
  • Made meeting_skim() dynamic - the function will still run even if not all variables are present. (#198)
  • Enable text mining functions to accept stopwords argument as a string vector, rather than a data frame (#182)
  • Better handling of errors due to variable name inconsistency when loading in a Ways of Working Assessment query as opposed to a Standard Person Query (#201)

v1.6.3

22 Nov 12:56
fb3d6d5
Compare
Choose a tag to compare
  • Added create_inc() for creating incidence analysis
  • Replaced outdated uses of mutate_all() in functions (#195)

v1.6.2

15 Oct 16:13
20d2a4e
Compare
Choose a tag to compare
  • Added new signal options for flex_index() (#183, #185)
  • Minor feature improvements (#186)
  • Minor bugs fixed (#181, #184)
  • Updated em_data with new signals (#191)

v1.6.1

01 Sep 09:22
Compare
Choose a tag to compare
  • Fixed several minor bugs reported on GitHub (#177, #178, #180, #181)
  • Refurbished meeting_tm_report() (#173)

v1.6.0

06 Jul 09:37
0fa380f
Compare
Choose a tag to compare
  • Improved visuals on workpatterns_rank() and identify_shifts_wp() (#160)
  • Added ability to show percentages on identify_shifts_wp() (#160)

New functions:

  • generate_report2() (#141)
  • wellbeing_report() (#141)
  • create_tracking() (#141)
  • anonymize() (#162)
  • jitter_metrics() (#162)

Other changes:

  • Improved error handling on create_IV() (#157)
  • Bug fixes to plotting mechanism for network_p2p() and added ability to select custom weights (#149)