Releases: microsoft/wpa
v1.5.0
v1.4.3
v1.4.0
wpa 1.4.0
v1.4.0 is the version where the working patterns family of functions are released open source as part of wpa (#55). These functions include:
workpatterns_classify()
flex_index()
workpatterns_report()
plot_flex_index()
In addition to the above, there are also some new functions, bug fixes, documentation, and performance improvements.
New functions:
Significant changes to existing functions:
collaboration_report()
: visuals and structure are improved (#69)import_wpa()
can now specify encoding when reading in data, which now defaults toUTF-8
(#76). This resolves a previous bug for reading in double-byte characters.network_g2g()
: now auto-detects columns for collaborators and time investors. Also, if the value'Collaborators Within Group'
does not exist in the data, a warning message is returned.
Bug fixes:
collab_area()
now has relaxed variable name checks which makes it less prone to fail when not all exact collaboration metrics are available or when cases do not match (#81).- Resolved an issue of overly strict checks on
flag_outlooktime()
. Now it is possible to pass both7:30
and07:30
as inputs.
Documentation changes have been implemented across the board to comply with CRAN and to improve the user experience (#31)
For detailed PR changes, see #55, #61, #62, #63, #64, #66, #67, #69, #75, #76, #79, #80, #81, #84, #85, #86, #87.
v1.3.1
Summary
New functions, bug fixes, and performance improvements.
Significant changes to existing functions:
- New plot visual is available for
keymetrics_scan()
combine_signals()
can now dynamically accept any metrics available in the Hourly Collaboration query.pairwise_count()
now uses a data.table implementation, instead of dependent on widyr.
New functions:
network_p2p()
network_leiden()
network_louvain()
network_describe()
create_sankey()
totals_col()
Some package dependencies have been removed (see #36):
- network
- GGally
- widyr
For detailed PR changes, see #17, #18, #19, #25, #30, #32, #36, #37, #39, #41, #46, #47, #49, #50, #53, and #54.
v1.3.0
Summary
1.3.0 is the first open-source release of wpa.
- This version contains only the non-experimental functions, and implements certain best practice features, such as clearer documentation, the 'don't repeat yourself' (DRY) architecture, and consistency in colour palettes.
- There are no significant feature or breaking changes for those who have been using the pilot version of wpa, except for the omission of the experimental functions.
For detailed PR changes, see #1, #2, #3, #4, #5, #8, #13, and #14.