klane / databall

Betting on the NBA with data
https://klane.github.io/databall/
MIT License
138 stars 26 forks source link

Bump nba-api from 1.1.11 to 1.1.13 #588

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 years ago

Bumps nba-api from 1.1.11 to 1.1.13.

Release notes

Sourced from nba-api's releases.

Fix team_index_championship_year #286

  • add championship years to data-updater template
  • re-add team_index_championship_year to static data
  • add Bucks 2021 championship and GSW 2022

v1.1.12 Player Updates, Video Assets, and More

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](swar/nba_api#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](swar/nba_api#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

... (truncated)

Changelog

Sourced from nba-api's changelog.

v1.1.13

Date: 2022-10-16

Fixed

Fix team_index_championship_year #286

  • add championship years to data-updater template
  • re-add team_index_championship_year to static data
  • add Bucks 2021 championship and GSW 2022

v1.1.12

Date: 2022-10-11

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](swar/nba_api#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.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #617.