Releases: seanyboi/rugbypy
Releases · seanyboi/rugbypy
v2.0.0 [Honey Badger]
2.0.0 [Honey Badger]
Python 3.8 support deprecation
Since the last update, Github has changed the way a user can fetch data from their website. Each user has a maximum of 60 requests per hour, however, you can use your
GitHub API KEY to increase the number of requests and I shall update the repo soon to accomodate this.
We are also pleased to announce that we have backfilled 2022, 2023 & 2024! 🎉
player
The structure has changed to accommodate the above change, every player will now have an individual {player_id}.parquet
file containing all of their player stats data that is updated daily.
- Fixed
fetch_player_stats
bug (5)[https://github.com//issues/5] - Implementation of
compare_player_stats
requested (here)[https://github.com//pull/2/files]
team
The structure has changed to accommodate the above change, every team will now have an individual {team_id}.parquet
file containing all of their team stats data that is updated daily.
- Fixed
fetch_team_stats
bug (5)[https://github.com//issues/5]