v1.1.12 Player Updates, Video Assets, and More
Added
- 2022-10-08 Player Data
- Endpoints
CONTRIBUTING.MD
CHANGELOG.MD
- GitHub issue template for bugs
- CircleCI build support for Python 3.10
- pyproject.toml (PEP 621)
Changed
- CircleCI
- Migrated to next-gen Convenience Images
- Config to Version 2.1
- Moved
flake8
andpytest
into Commands - Parameterized docker images
- README.md
- Link to NBA.com Terms of Use
- Getting started samples at the top
- Other edits for improving the reading structure
- Project Structure
- Source code moved from flat-layout to src-layout
- Tests were divided into Unit/Integration
Removed
- Support for Python 3.4, 3.5, and 3.6
- Setup.py file in favor of pyproject.toml (PEP 621)
Fixed
- Issue #249:
./nba_api/stats/endpoints/_base.py
requiresnumpy
to format data forget_data_frame
.numpy
was not in the list of requirements, but is required. - Issue #278: Fixed
playbyplayregex
, and included updated unit tests, where- The NBA removed a space that represented
distance
whendistance
was not included in the made/missed shot. - Jump Ball contained a single space in the description (regex now also supports multiple spaces empty description).
- Team fouls no longer included Player/Referee, just the Team Name & Foul.
- The NBA removed a space that represented
What's Changed
- Visual Package Structure in docs by @AlexEidt in #235
- added support for videoeventsasset endpoint by @prateekjaipuria in #259
- Updated Python Support within CI Build by @rsforbes in #264
- Updating Circle CI Build + CONTRIBUTING.md by @rsforbes in #265
- Issue Template for Bugs by @rsforbes in #266
- fixed missing label by @rsforbes in #267
- Update CircleCI Docker Images Due to Planned Deprecation by @rsforbes in #271
- Player update for 2022-23 Season by @rsforbes in #272
- Added CHANGELOG.MD by @rsforbes in #274
- updated changelog.md by @rsforbes in #275
- Resolved Numpy Requirement by @rsforbes in #276
- Restructured Project. Version Bump to 1.1.12. Added pyproject.toml. by @rsforbes in #277
- PlayByPlay Regex Fixes by @rsforbes in #278
- Revised the README.md by @rsforbes in #279
- 2022 MVP in README.md. Version set to 1.1.12-rc.1 by @rsforbes in #280
- PlayByPlay Regex Fixes by @rsforbes in #281
- V1.1.12 Final by @rsforbes in #282
New Contributors
- @AlexEidt made their first contribution in #235
- @prateekjaipuria made their first contribution in #259
Full Changelog: v1.1.11...v1.1.12