Skip to content

NetIn 1.0.7

Latest
Compare
Choose a tag to compare
@lisette-espin lisette-espin released this 02 May 11:08
· 26 commits to main since this release

Includes

  1. Sampling
    1. Random Nodes
    2. Random Edges
    3. Random Neighbor
    4. DegreeRank (desc and asc)
    5. DegreeGroupRank (desc and asc)
    6. PartialCrawls
  2. Ranking inequalities (stats in netin.stats.ranking, and plots in netin.viz.handlers
    1. Inequality (Gini in top-k)
    2. Inequity (Mean error to parity of fraction of minorities in top-k)
    3. Disparity (inequality vs inequity)
  3. Examples in examples/notebooks
    1. sampling
    2. ranking
  4. Documentation using sphinx

What's Changed

  • Add auto-generated documentation to the project by @mannbach in #2
  • Add logo to documentation and README by @mannbach in #5

New Contributors

Full Changelog: netin-1.0.5...netin-1.0.7