Added
- An example dataset in the `data` directory.
- `examples` and `notebooks` directories that contain code that
demonstrates how to use AuthorRank.
- Unit tests within the `tests` directory.
- Support for continuous integration and coverage reporting with Travis CI
and coveralls.io.
- The MIT license.
- `requirements.txt`, `requirements_ci.txt`, and `requirements_notebooks.txt`
files that list dependencies for author_rank, continuous integration, and
notebooks, respectively.
- A `setup.py` file for pip installs.
- This changelog.
Changed
- Refactored the code for improved readability, usability and maintainability.
- Reorganized the repository for improved maintainability.