Skip to content

Releases: ojadeyemi/usports-basketball

v2.0.3

20 Dec 05:07
Compare
Choose a tag to compare

The URL is used for the team streak, home and away record data was no longer accessible.

v2.0.2

24 Nov 04:46
Compare
Choose a tag to compare

Updated to the 2024-2025 U Sports Basketball Season

v2.0.1

07 Sep 03:43
Compare
Choose a tag to compare

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 to DEBUG with:

    export LOG_LEVEL=DEBUG

v2.0.0 major updates

05 Aug 05:29
Compare
Choose a tag to compare

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 and utils.
  • testing scripts
  • Implemented pytest in Github Actions workflow

Changed

  • Improved data fetching mechanism using Playwright.
  • Updated implementation of usport_players_stats and usport_teams_stats functions to handle season_options

v1.0.1

03 May 19:21
Compare
Choose a tag to compare

Minor updates:
added requirements.txt for better development in virtual environment

v1.0.0

02 May 22:04
Compare
Choose a tag to compare

Set up GitHub actions to publish new releases to PyPI whenever a new release is published on GitHub...finally