Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3.3 #293

Merged
merged 17 commits into from
Mar 7, 2024
Merged

v1.3.3 #293

merged 17 commits into from
Mar 7, 2024

Commits on Feb 12, 2024

  1. Update measure_centrality.R

    corrected typo in ?help part for node_indegree direction 'out' to direction 'in'
    RWKrause committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e036ddc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    f031cfe View commit details
    Browse the repository at this point in the history
  2. Added node_brokering for identifying brokering roles from brokering a…

    …ctivity and exclusivity
    jhollway committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    40ad0df View commit details
    Browse the repository at this point in the history
  3. node_brokering now uses new .to_twopaths helper, which is more consis…

    …tent about removing non twopaths and twopaths embedded in triads
    jhollway committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    69cf15d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    ce64504 View commit details
    Browse the repository at this point in the history
  2. Added .to_clique() helper to convert membership vectors to clique mat…

    …rices, which calculates the objective function in about a third the time of vapply
    jhollway committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    385c722 View commit details
    Browse the repository at this point in the history
  3. Added a .weakPerturb() helper that is used by node_roulette() to mini…

    …mise the objective function locally, using a group assignment swap or, in the case of heterogeneous group sizes, reassigning from a larger group to a smaller sized group
    jhollway committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e9190db View commit details
    Browse the repository at this point in the history
  4. Added a .strongPerturb() helper to node_roulette() that repeats the .…

    …weakPerturb several times in a row without evaluating the objective function, to explore more of the state space and avoid getting stuck on only a local minima
    jhollway committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    82c4a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. node_degree() now returns strength centrality (alpha = 1) by default,…

    … works only on weighted networks
    jhollway committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    03ab16a View commit details
    Browse the repository at this point in the history
  2. node_redundancy() now uses matricial operations, more than 6x faster,…

    … works correctly with weighted and twomode networks
    jhollway committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2c12e50 View commit details
    Browse the repository at this point in the history
  3. node_effsize() now also uses matricial operations, more than 6x faste…

    …r, works correctly with weighted and twomode networks
    jhollway committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    63d5225 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    a1ca16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d284b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c3219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b00cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    520a967 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Added tests for brokering, fixed activity/exclusivity outputs, top3 e…

    …tc helpers now work with character outputs
    jhollway committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a484ecd View commit details
    Browse the repository at this point in the history