- added `summary` report
- added `payments` report
- added `reputation` report
- added `pass_rate` report
- added `out_of_n` report (Fraction of users that get, e.g., 3/5 in a round)
- added `all_star_club` report (Users who beat benchmark in all active tournaments)
- added `dominance` report
- code to fetch numerai leaderboards as pandas DataFrames
- caching
- setup testing
- fixed reputation bonus calculation
- tests: mock api requests
- tests: diable caching
- tests: setup travis & codecov