Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump statsbombpy from 1.7.0 to 1.8.1 #497

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2023

Bumps statsbombpy from 1.7.0 to 1.8.1.

Release notes

Sourced from statsbombpy's releases.

statsbombpy 1.8.1

  • This patch, adds the dependencies inflect and joblib which were incorrectly removed in the previous release.
  • nose2, which is required for running the tests was moved out of the dependencies and into the extra requirements.

statsbombpy 1.8.0

In this release, we have added a new feature that allows users to specify the number of cores used by the package for processing data.

  • Previously, we have been setting the number of cores to 4, however, we recognize that some users may want more control over the number of cores used, particularly when pulling data from large competitions.
  • To address this, we have added support for an environment variable, SB_CORES, that allows users to specify the number of cores used by statsbombpy for processing data.
  • If the environment variable is not set we will try to detect the number of cores in the users system and use 2 less than this number.
  • If we cannot detect the number we will use 4 cores as we have been doing previously.
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)

probberechts and others added 2 commits March 27, 2023 15:23
Bumps [statsbombpy](https://github.com/statsbomb/statsbombpy) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/statsbomb/statsbombpy/releases)
- [Commits](https://github.com/statsbomb/statsbombpy/commits/v1.8.1)

---
updated-dependencies:
- dependency-name: statsbombpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependencies python Pull requests that update Python code labels Mar 28, 2023
@probberechts probberechts merged commit 7b16253 into master Mar 28, 2023
@dependabot dependabot bot deleted the dependabot/pip/statsbombpy-1.8.1 branch March 28, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant