adidier17 / AuthorRank

A modification of PageRank to find the most prestigious authors in a scientific collaboration network.
MIT License
16 stars 7 forks source link

[MRG] Progress bar and ZeroDivisionError fix; publish to PyPI #17

Closed vc1492a closed 4 years ago

vc1492a commented 4 years ago

This PR brings upgrades and fixes in the dev branch to the master branch. It provides an optional progress bar that can be used to track how long calculations will take, and provides a fix in normalizing scores when all of the author scores are equal to one another.

We should subsequently track publication to PyPI as part of this PR and then test installation from the package index.

@adidier17 can you take a look and help me get this version to PyPI?