Skip to content

Releases: giasemidis/euroleague_api

Lineup bug fixes from PBP, PBP for season and range of seasons

25 Jan 23:22
Compare
Choose a tag to compare

Three main changes:

  1. Added two functions get_pbp_data_with_lineups_single_season and get_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.
  2. Fixed a bug in lineup estimation, when the same player is subbed in and out.
  3. Fixed pandas futurewarning.

Docstring fixes

11 Dec 23:21
Compare
Choose a tag to compare

Fixes in docstring for better readability

Major refactoring of the lineup data

11 Dec 23:09
Compare
Choose a tag to compare

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

16 Sep 22:41
Compare
Choose a tag to compare

We fixed futurewarning from pandas 2.1.0. Also fixed the broken links on the documentation on pypi.

Lineup data and advanced stats added

13 Sep 22:24
Compare
Choose a tag to compare

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

07 Apr 23:34
Compare
Choose a tag to compare

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

18 Feb 21:00
Compare
Choose a tag to compare

bug with total number of players' stats returned fixed

Fixes for consistency, bugs, round added in all season dataframes

10 Dec 20:16
Compare
Choose a tag to compare
  • Fixes for consistency such as renaming from_season to start_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

14 Oct 12:34
Compare
Choose a tag to compare

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

06 Jul 14:12
Compare
Choose a tag to compare

Two types of boxscore data added, by quarter (and end of quarter) and player and team stats.