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.
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.
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)
Bumps nba-api from 1.1.11 to 1.1.13.
Release notes
Sourced from nba-api's releases.
... (truncated)
Changelog
Sourced from nba-api's changelog.
... (truncated)
Commits
e40316f
fix: issues link URL (#290)35cb6fa
Version bump 1.1.13 with update to changelog (#288)e58992e
Fix team_index_championship_year (#286)cd721a7
Fixed a link in the change log for 1.1.12 data.py (#283)b385206
fixing typo16aa6c8
V1.1.12 Final (#282)12172b3
PlayByPlay Regex Fixes (#281)37d34fb
2022 MVP in README.md. Version set to 1.1.12-rc.1 (#280)c3fbaff
Updated README.md. CONTRIBUTING.md. pyproject.toml. (#279)c481d12
PlayByPlay Regex Fixes (#278)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)