Releases: swar/nba_api
Releases · swar/nba_api
v1.1.3 - Minor Updates to PlayByPlay Regex, Static Player Data, and New Endpoint
v1.1.1 - Added Individual Proxy, Header, and Timeout Support
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
v1.0.6 - Disabled DEBUG Mode
v1.0.6
2018-10-11
- Accidentally distributed with DEBUG Mode enabled in
v1.0.5
.
v1.0.5 - Minor changes including new endpoint
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
forSeason Year
bug. - Switching default values in
parameters.py
LastNGames
from10
->0
Period
from1
->0
StartPeriod
from1
->0
EndPeriod
from1
->0
v1.0.4 - No changes to functionality
Release so I can update descriptions on PyPi
v1.0.3 - Minor changes
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
.