Skip to content

Releases: swar/nba_api

v1.2.0 Release of NBA API

23 Mar 18:55
555d5a4
Compare
Choose a tag to compare

v1.2.0

Date: 2023-03-23

Added

  • Python: Support for 3.11 #331

Changed

  • Removed Python max version release dependency to allow for all go-forward versions. Bugs with later Python versions can be addressed as needed. #331

Fixed

  • Documentation: corrected parameter order on commonteamroster.md PR#317 - @JohannPally
  • Corrected Hawks home state from Atlanta to Georgia #332
  • Bug #327: Corrected a missing comma in src/nba_api/stats/endpoints/__init__.py #333

Developer Tools

  • Resolved CircleCI build where Poetry and CircleCI Docker images conflicted in how output is managed. #331

Full Changelog: v1.1.14...v1.2.0

v1.1.14 Release of NBA API

16 Nov 13:19
a5d90f5
Compare
Choose a tag to compare

Fixed

  • Fixed a team turnover regular expression when working with PlayByPlay data.
  • Endpoints

Added

  • Poetry: Python dependency management and packaging made easy
  • Snyk for Security Scanning
  • Exclusion to .gitignore for .dccache files created by Snyk CLI
  • Introduced .flake8, resolve a number of style guide issues, added exclusions with future TODOs

Changed

  • Minimum Version for NumPy has been set to v1.22.22 due to a security vulnerability in NumPy v1.21.6

Removed

  • Support for Python 3.7 due to a security vulnerability in NumPy v1.21.6

Security

Fix team_index_championship_year

17 Oct 14:21
e40316f
Compare
Choose a tag to compare

Fix team_index_championship_year #286

  • add championship years to data-updater template
  • re-add team_index_championship_year to static data
  • add Bucks 2021 championship and GSW 2022

v1.1.12 Player Updates, Video Assets, and More

14 Oct 11:33
Compare
Choose a tag to compare

Added

Changed

Removed

  • Support for Python 3.4, 3.5, and 3.6
  • Setup.py file in favor of pyproject.toml (PEP 621)

Fixed

  • Issue #249: ./nba_api/stats/endpoints/_base.py requires numpy to format data for get_data_frame. numpy was not in the list of requirements, but is required.
  • Issue #278: Fixed playbyplayregex, and included updated unit tests, where
    • The NBA removed a space that represented distance when distance was not included in the made/missed shot.
    • Jump Ball contained a single space in the description (regex now also supports multiple spaces empty description).
    • Team fouls no longer included Player/Referee, just the Team Name & Foul.

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12

v1.1.11 - Adding missing Live functionality

09 Nov 03:33
Compare
Choose a tag to compare

v1.1.11

2021-11-08

Live NBA Stats

  • Adding missing Live functionality #231

v1.1.10 - Adding Live endpoints

09 Nov 03:27
Compare
Choose a tag to compare

v1.1.10

2021-10-31

stats.nba.com

  • Added handling of multiple level column names #212
  • Finding team by championship years #219
  • Updated Static Player and Team Data #225
  • Added previous_season attribute for Season Parameter #226

Live NBA Stats

  • Randy added some Live NBA endpoints #184

Endpoints were unable to be tested due to outdated analyzer.

v1.1.9 - New Endpoints

19 Aug 00:40
Compare
Choose a tag to compare

v1.1.9

2020-08-18

stats.nba.com

  • Fixed bug where LeagueDashOppPtShot was missing in tests and init.py #152
  • Adding endpoints #102
    • AllTimeLeadersGrids
    • BoxScoreSimilarityScore
    • CumeStatsPlayer
    • CumeStatsPlayerGames
    • CumeStatsTeam
    • CumeStatsTeamGames
    • DraftBoard
    • GameRotation
    • GLAlumBoxScoreSimilarityScore
    • LeagueHustleStatsPlayer #144
    • LeagueHustleStatsPlayerLeaders #144
    • LeagueHustleStatsTeam #144, #147
    • LeagueHustleStatsTeamLeaders #144
    • LeagueLineupViz
    • LeagueStandingsV3
    • MatchupsRollup
    • PlayerCareerByCollege
    • PlayerCareerByCollegeRollup
    • PlayerEstimatedMetrics
    • ShotChartLeagueWide
    • TeamEstimatedMetrics

Tools

  • Various Changes for New Endpoints including Threading

v1.1.8 - Updating Headers, Adding Proxy List Support, Adding New Endpoint

27 Jan 06:52
Compare
Choose a tag to compare

v1.1.8

2020-01-27

stats.nba.com

  • Updating Headers for New Requirements #126
  • Updates to Static Players Data
  • Added Proxy List Support
  • Adding endpoint #102
    • TeamGameLogs

Tools

  • Added Parameter Overrides for Bad Parameter Analysis #99

v1.1.5 - Minor Changes

10 Nov 05:01
Compare
Choose a tag to compare

v1.1.5

2019-11-09

stats.nba.com

  • Bug fix to PlayByPlay Regex #89
  • Updates to Static Players Data with 2019 Draft #91
  • Updating Headers to Include Referer #94
  • Adding endpoint #79
    • PlayerGameLogs

v1.1.4 - Updates to PlayByPlayRegex and Static Data

29 Apr 02:00
Compare
Choose a tag to compare

v1.1.4

2019-04-28

stats.nba.com

  • Updates to PlayByPlay Regex #70

Scripts

  • Added Script for Static Player Updater

Tests

  • Updates to PlayByPlay Tests with Yesterday's Games #70

Tools

  • Added Static Player Data Updater Tool #67