Skip to content

Releases: swar/nba_api

v1.1.3 - Minor Updates to PlayByPlay Regex, Static Player Data, and New Endpoint

21 Apr 20:37
Compare
Choose a tag to compare

v1.1.3

2019-04-21

stats.nba.com

  • Added PlayByPlay Regex for Ejections #64
  • Adding Active Status to Static Player List #66
  • Removing tools from the PyPi upload

v1.1.2

2019-04-15

stats.nba.com

  • Updating PlayByPlay Regex. #59
  • Adding endpoints #60
    • SynergyPlayTypes

v1.1.1 - Added Individual Proxy, Header, and Timeout Support

07 Apr 09:43
Compare
Choose a tag to compare

v1.1.1

2019-04-07

stats.nba.com

  • Adding proxy, header, and timeout support for every request. [#49] Example
  • Fixing auto-complete tabs for IDEs on endpoints. [#45]
  • Laid out foundation for future url generation without requesting.
  • Adding endpoints [#54]
    • AssistLeaders
    • AssistTracker
    • BoxScoreDefensive
    • BoxScoreMatchups
    • FantasyWidget
    • FranchiseLeaders
    • FranchisePlayers
    • LeaguePlayerOnDetails
    • LeagueSeasonMatchups
    • TeamAndPlayersVsPlayers
    • WinProbabilityPBP

Tools

  • Updating analysis for site updates

v1.0.7 - Updating Endpoints for new analysis

12 Dec 02:41
Compare
Choose a tag to compare

v1.0.7

2018-12-11

stats.nba.com

  • PlayersVsPlayers no longer valid.
  • Adding TwoWay to parameters

Documentation

  • Updating Endpoint docs with Python variables for #19.

Endpoint Documentation Generator

  • Updating Endpoint docs with Python variables for #19.

v1.0.6 - Disabled DEBUG Mode

11 Oct 22:07
Compare
Choose a tag to compare

v1.0.6

2018-10-11

  • Accidentally distributed with DEBUG Mode enabled in v1.0.5.

v1.0.5 - Minor changes including new endpoint

11 Oct 01:47
Compare
Choose a tag to compare

v1.0.5

2018-10-10

  • Adding last_validated_date to analysis json.

stats.nba.com

  • Adding LeagueDashPtStats endpoint
  • Adding PtMeasureType to parameters
  • Updating missing_parameter_regex for Season Year bug.
  • Switching default values in parameters.py
    • LastNGames from 10 -> 0
    • Period from 1 -> 0
    • StartPeriod from 1 -> 0
    • EndPeriod from 1 -> 0

v1.0.4 - No changes to functionality

26 Sep 02:32
Compare
Choose a tag to compare

Release so I can update descriptions on PyPi

v1.0.3 - Minor changes

26 Sep 02:10
Compare
Choose a tag to compare

v1.0.3

2018-09-25

  • Fixed a bug in find_team_name_by_id() in static/teams.

v1.0.2

2018-09-17

  • Added __all__ to the following file: nba_api/nba_api/stats/static/__init__.py

v1.0.1

2018-09-17

  • Added __init__.py to the following directory: nba_api/nba_api/stats/static

v1.0.0

2018-09-16

  • The initial release of nba_api.