Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: microsoft/wpa

v1.10.0

26 Aug 12:43
0a90757

Choose a tag to compare

What's Changed

  • Refactor: Update superseded dplyr syntax to current best practices by @Copilot in #244
  • Add show_rows parameter to create_dt() function for customizable default row display by @Copilot in #246
  • Enable categorical variables as predictors in IV analysis by @Copilot in #247

Full Changelog: v1.9.2...v1.10.0

v1.9.2

28 May 17:05
be75742

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

06 Jun 15:33
e3624fd

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

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

Choose a tag to compare

  • Patch issues due to updates to tidyr to CRAN

v1.8.0

05 Jul 15:41
990e7f3

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

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

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

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

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)