Skip to content

Commit

Permalink
Merge pull request #9 from armstjc/0.0.8-The-Games-Update
Browse files Browse the repository at this point in the history
0.0.8: The "Games" Update
  • Loading branch information
armstjc authored Oct 19, 2023
2 parents 137b4cc + 321d331 commit 68e879d
Show file tree
Hide file tree
Showing 25 changed files with 17,032 additions and 6,804 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run Python Script
run: |
python pdoc cfbd_json_py -o ./docs
pdoc cfbd_json_py -o ./docs
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 0.0.8: The "Games" Update

- Implemented `cfbd_json_py.games.get_cfbd_player_advanced_game_stats()`, a function that allows a user to get advanced player game stats for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_player_game_stats()`, a function that allows a user to get player game stats for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_game_media_info()`, a function that allows a user to get a list of known broadcasters for actual CFB games in a specific timeframe, from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_season_weeks()`, a function that allows a user to get a list of weeks that occured in a given CFB season from the CFBD API.
- Implemented `cfbd_json_py.games.get_cfbd_team_records()`, a function that allows a user to get team records data from the CFBD API.
- Fixed multiple bugs that would prevent a user from properly calling `cfbd_json_py.games.get_cfbd_games()` in certian edge cases.
- Attempted a fix for the `generate_docs.yml` GitHub Workflow to allow it to call `pdoc` properly within GitHub Actions.
- Updated the package version to `0.0.8`.

## 0.0.7: The "Infrastructure" Update.

- Implemented `cfbd_json_py.games.get_cfbd_games()`, a function that allows a user to get game/schedule data from the CFBD API.
Expand Down
2 changes: 1 addition & 1 deletion cfbd_json_py/drives.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_cfbd_drives_info(
`conference_abv` (str, optional):
Optional argument.
If you only want CFB drive data from games
involving teams a specific confrence,
involving teams from a specific confrence,
set `conference_abv` to the abbreviation
of the conference you want CFB drive data from.
For a list of confrences,
Expand Down
Loading

0 comments on commit 68e879d

Please sign in to comment.