Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.45 KB

File metadata and controls

51 lines (46 loc) · 1.45 KB

[0.1.5] - 2025-06-22

Added

  • Functions for pbpstats API wrapper
  • Thin wrapper for all pbpstats API endpoints
  • Added functions for both NBA.com pbp endpoints data.nba.com and stats.nba.com
  • Removed pbp processing function (rework in progress)

[0.1.4] - 2025-05-01

Added

  • Play-by-play and Shot Chart functions updates:
  • pbp_lineups()
  • pbp_box_scores_lineup()
  • pbp_box_scores_lineup_matchups()
  • pbp_box_scores_player()
  • nba_player_news()
  • pbp_box_scores_player()
  • nba_shot_chart()
  • PBP functions to quickly process lineup and player level box scores
  • Shot chart functions to quickly process and display shot location data
  • Updates to dependencies
  • Minor updates to code across functions for improved readability

[0.1.3] - 2025-01-25

Added

  • Play-by-play functions:
  • pbp_lineups()
  • pbp_box_scores()
  • nba_players()
  • get_team_colors()
  • Minor bug fix in the nba_win_probability() function

[0.1.2] - 2025-01-10

Added

  • Player profile functions:
  • nba_profile_info()
  • nba_profile_stats()
  • nba_career_splits()
  • nba_player_highs()
  • nba_career_stats()
  • nba_career_rankings()
  • nba_player_awards()
  • Updated order of function inputs for consistency across functions.

[0.1.1] - 2024-12-30

Added

  • More control over the data requested and output format.
  • Updated introduction vignette.

[0.1.0] - 2024-12-27

Added

  • Initial release with core NBA data fetching and consolidation functions.