diff --git a/README.md b/README.md index 441bfaf2..e719f44b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/version_log.md b/docs/version_log.md index 57cddc3d..2a66c352 100644 --- a/docs/version_log.md +++ b/docs/version_log.md @@ -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` diff --git a/setup.py b/setup.py index 41c534e3..ddc0cd10 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nba_api", - version="1.1.8", + version="1.1.9", author="Swar Patel", author_email="swar.m.patel@gmail.com", description="An API Client package to access the APIs for NBA.com",