Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.4 The "Speedy" Update #54

Merged
merged 1 commit into from
Sep 16, 2024
Merged

0.2.4 The "Speedy" Update #54

merged 1 commit into from
Sep 16, 2024

Conversation

armstjc
Copy link
Owner

@armstjc armstjc commented Sep 16, 2024

  • Refactored cfbd_json_py.games.get_cfbd_player_game_stats(), cfbd_json_py.plays.get_cfbd_pbp_play_types(), and cfbd_json_py.players.get_cfbd_player_season_stats() to use a significantly faster process to parse player stats.
  • Changed print() statements into logging.info() statements for cfbd_json_py.games.get_cfbd_player_advanced_game_stats()
  • For cfbd_json_py.metrics.get_cfbd_predicted_ppa_from_down_distance(), a logging.warn() call is now a logging.warning() call due to a pending deprecation of logging.warn().
  • Fixed an issue found in cfbd_json_py.players.get_cfbd_pbp_stats() where the function would warn the user about an issue that the user should not have triggered.
  • Removed tqdm integration with cfbd_json_py.plays.get_cfbd_pbp_play_types(), cfbd_json_py.rankings.get_cfbd_poll rankings().
  • Updated the package version to 0.2.4.

- Refactored `cfbd_json_py.games.get_cfbd_player_game_stats()`, `cfbd_json_py.plays.get_cfbd_pbp_play_types()`, and `cfbd_json_py.players.get_cfbd_player_season_stats()` to use a significantly faster process to parse player stats.
- Changed `print()` statements into `logging.info()` statements for `cfbd_json_py.games.get_cfbd_player_advanced_game_stats()`
- For `cfbd_json_py.metrics.get_cfbd_predicted_ppa_from_down_distance()`, a `logging.warn()` call is now a `logging.warning()` call due to a pending deprecation of `logging.warn()`.
- Fixed an issue found in `cfbd_json_py.players.get_cfbd_pbp_stats()` where the function would warn the user about an issue that the user should not have triggered.
- Removed `tqdm` integration with `cfbd_json_py.plays.get_cfbd_pbp_play_types()`, `cfbd_json_py.rankings.get_cfbd_poll rankings()`.
- Updated the package version to `0.2.4`.
@armstjc armstjc added the enhancement New feature or request label Sep 16, 2024
@armstjc armstjc self-assigned this Sep 16, 2024
@armstjc armstjc merged commit 24a24b7 into main Sep 16, 2024
@armstjc armstjc deleted the 0.2.4-The-Speedy-Update branch September 16, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant