Skip to content

Commit

Permalink
v1.1.9 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed Aug 19, 2020
1 parent e22152a commit 9cf41c6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#### An API Client package to access the APIs for NBA.com

##### Development Version: v1.1.8
##### Development Version: v1.1.9

`nba_api` is an API Client for `www.nba.com`. This package is meant to make the API Endpoints more accessible and to provide extensive documentation.

Expand Down
30 changes: 30 additions & 0 deletions docs/version_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# `v1.1.9`
#### `2020-08-18`
`stats.nba.com`
* Fixed bug where LeagueDashOppPtShot was missing in tests and __init__.py [#152](https://github.com/swar/nba_api/pull/152)
* Adding endpoints [#102](https://github.com/swar/nba_api/issues/102)
* AllTimeLeadersGrids
* BoxScoreSimilarityScore
* CumeStatsPlayer
* CumeStatsPlayerGames
* CumeStatsTeam
* CumeStatsTeamGames
* DraftBoard
* GameRotation
* GLAlumBoxScoreSimilarityScore
* LeagueHustleStatsPlayer [#144](https://github.com/swar/nba_api/issues/144)
* LeagueHustleStatsPlayerLeaders [#144](https://github.com/swar/nba_api/issues/144)
* LeagueHustleStatsTeam [#144](https://github.com/swar/nba_api/issues/144), [#147](https://github.com/swar/nba_api/issues/147)
* LeagueHustleStatsTeamLeaders [#144](https://github.com/swar/nba_api/issues/144)
* LeagueLineupViz
* LeagueStandingsV3
* MatchupsRollup
* PlayerCareerByCollege
* PlayerCareerByCollegeRollup
* PlayerEstimatedMetrics
* ShotChartLeagueWide
* TeamEstimatedMetrics

`Tools`
* Various Changes for New Endpoints including Threading

# `v1.1.8`
#### `2020-01-27`
`stats.nba.com`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nba_api",
version="1.1.8",
version="1.1.9",
author="Swar Patel",
author_email="[email protected]",
description="An API Client package to access the APIs for NBA.com",
Expand Down

0 comments on commit 9cf41c6

Please sign in to comment.