Skip to content

v4.1

Compare
Choose a tag to compare
@bockthom bockthom released this 08 Apr 17:23
· 250 commits to master since this release
59f4f3e

4.1

Changes in detail

v4.0...59f4f3e

Added

  • Incorporate gender data, i.e., add a configuration entry to the project configuration, add function read.gender for reading gender data, add functions get.gender and set.gender and corresponding utility functions to automatically merge gender data to the author data (PR #216, 8868ff4, bfbe4de, 0a23862, a7744b5, 6a50fd1, 413e24c, 39db315, 1e4026d)

Changed/Improved

  • Add mode parameter to metrics.vertex.degrees to allow choosing between indegree, outdegree, and total (#219, ae14eb4)
  • Adjust .drone.yml CI config to prevent pipeline fails: R version 3.3 is not tested any more as some packages are not available any more for this R version (ca6b474). Also another docker container in the CI pipeline is used as there are problems with the previously used docker instance (937f797)

Fixed

  • Fix values in test for the eigenvector centrality as igraph has changed the calculation of this with version 1.2.7. Also put a warning that we recommend version 1.3.0 in install.R and document it in the README.md (25fb862, 1bcbca9)
  • Fix the filtering of the deleted user in util-read.R to always be lowercase as the deleted user can appear with different spellings (#214, 1b4072c)
  • Add check to get.first.activity.data to look for missing activity types. If no activities are in the RangeData, the function will print a warning and return an empty list (PR #220, #217, 5707517, 42a4bef, d6424c0, ca8a1b4, f6553c6)