-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
corrected typo in ?help part for node_indegree direction 'out' to direction 'in'
… Hamilton et al 2020
…ctivity and exclusivity
…tent about removing non twopaths and twopaths embedded in triads
…rices, which calculates the objective function in about a third the time of vapply
…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
…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
… works only on weighted networks
… works correctly with weighted and twomode networks
…r, works correctly with weighted and twomode networks
… ties' average weight
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #293 +/- ##
==========================================
+ Coverage 50.14% 50.76% +0.62%
==========================================
Files 24 25 +1
Lines 2050 2147 +97
==========================================
+ Hits 1028 1090 +62
- Misses 1022 1057 +35 ☔ View full report in Codecov by Sentry. |
henriquesposito
previously approved these changes
Mar 7, 2024
…tc helpers now work with character outputs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
2024-01-25
Measures
node_brokering_activity()
andnode_brokering_exclusivity()
from Hamilton et al (2020)node_degree()
now returns strength centrality (alpha = 1) for weighted networks by defaultnode_redundancy()
now works for weighted onemode and twomode networks (closed Add constraint in two-mode weighted networks #292)node_effsize()
now works for weighted onemode and twomode networksnetwork_equivalency()
now normalises weighted twomode networks (closed Add equivalence in two-mode weighted networks #291)Members
node_brokering()
for identifying brokering roles from brokering activity and exclusivitynode_roulette()
now optimises group diversity based on historical interactions (Lai and Hao 2016)Checklist: