Releases: ojadeyemi/usports-basketball
Releases · ojadeyemi/usports-basketball
v2.0.3
v2.0.2
v2.0.1
Added
- Streak, Home, and Away stats to
team_stats
for more comprehensive team statistics.
Changed
-
Removed hard-coded logging statements. You can now control the logging level by setting the
LOG_LEVEL
environment variable. For example, you can set the log level toDEBUG
with:export LOG_LEVEL=DEBUG
v2.0.0 major updates
I have rewritten the entire repository.
Added
CHANGELOG
file to keep track of the changes in this library.- Modularized package into sub_packages
team_stats
,player_stats
andutils
. - testing scripts
- Implemented pytest in Github Actions workflow
Changed
- Improved data fetching mechanism using Playwright.
- Updated implementation of
usport_players_stats
andusport_teams_stats
functions to handle season_options