Skip to content

Commit

Permalink
Merge pull request #39 from armstjc/38-implement-the-ratings-endpoint…
Browse files Browse the repository at this point in the history
…s-into-this-python-package

0.0.20: The "ratings" update
  • Loading branch information
armstjc authored Dec 19, 2023
2 parents f600a32 + 6ff28d6 commit f4c3505
Show file tree
Hide file tree
Showing 3 changed files with 1,358 additions and 43 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG: cfbd_json_py

## 0.0.20: The "ratings" update

- Implemented `cfbd_json_py.ratings.get_cfbd_fpi_ratings()`, a function that allows a user to get Football Power Index (FPI) ratings data directly from the CFBD API.
- Implemented `cfbd_json_py.ratings.get_cfbd_elo_ratings()`, a function that allows a user to get Elo ratings data directly from the CFBD API.
- Implemented `cfbd_json_py.ratings.get_cfbd_sp_plus_conference_ratings()`, a function that allows a user to get Success rate and equivalent Points per play (S&P+) ratings data, grouped by confrence, directly from the CFBD API.
- Implemented `cfbd_json_py.ratings.get_cfbd_sp_plus_ratings()`, a function that allows a user to get Success rate and equivalent Points per play (S&P+) ratings data, directly from the CFBD API.
- Implemented `cfbd_json_py.ratings.get_cfbd_sp_plus_ratings()`, a function that allows a user to get Simple Rating System (SRS) ratings data, directly from the CFBD API.
- Updated the package version to `0.0.20`.

## 0.0.19: The "stats" Update

- Implemented `cfbd_json_py.stats.get_cfbd_team_stat_categories()`, a function that allows a user to get a list of team stat categories, directly from the CFBD API.
Expand Down
Loading

0 comments on commit f4c3505

Please sign in to comment.