Skip to content

v1.1.12 Player Updates, Video Assets, and More

Compare
Choose a tag to compare
@rsforbes rsforbes released this 14 Oct 11:33
· 84 commits to master since this release

Added

Changed

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 requires numpy to format data for get_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 when distance 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.

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12