Skip to content

Releases: swar/nba_api

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.