Releases: giasemidis/euroleague_api
Releases · giasemidis/euroleague_api
Lineup bug fixes from PBP, PBP for season and range of seasons
Three main changes:
- Added two functions
get_pbp_data_with_lineups_single_season
andget_pbp_data_with_lineups_multiple_seasons
for fetching PBP data enriched with team lineups for all games in as single season and in a range of seasons respectively. - Fixed a bug in lineup estimation, when the same player is subbed in and out.
- Fixed pandas futurewarning.
Docstring fixes
Fixes in docstring for better readability
Major refactoring of the lineup data
Major refactoring of the lineup data due to edge cases and bugs.
Minor, default arguments added in a couple of teams and player stats functions.
pandas future warning fixes, documentation links fixed on pypi
We fixed futurewarning from pandas 2.1.0. Also fixed the broken links on the documentation on pypi.
Lineup data and advanced stats added
Added lineup data which enrich the existing play by play data. Also, started the addition of advanced team stats such as number of possessions and pace for individual games.
EuroCup endpoints added
Major refactor of the code to allow for EuroCup endpoints. Code is refactored in classes for easier use.
bug with total number of players returned fixed
bug with total number of players' stats returned fixed
Fixes for consistency, bugs, round added in all season dataframes
- Fixes for consistency such as renaming
from_season
tostart_season
to match the variable in other functions too. - Fixes for bugs, such as treating empty dataframes in shot data
- Added
round
variable in all season dataframes
Boxscore data improvements, progress bar, gamecodes from API
Changes:
- Added boxscore data of players by season and multiple seasons
- Changed in names of player boxscore data for clarity
- Changed the way season data is retrieved using the gamecodes from the API
- Added progress bar for season and multiple seasons data
Boxscore data added
Two types of boxscore data added, by quarter (and end of quarter) and player and team stats.