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 threadpoolctl from 2.2.0 to 3.1.0 #427

Open
wants to merge 1 commit into
base: prod
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps threadpoolctl from 2.2.0 to 3.1.0.

Changelog

Sourced from threadpoolctl's changelog.

3.1.0 (2022-01-31)

  • Fixed a detection issue of the BLAS libraires packaged by conda-forge on Windows. joblib/threadpoolctl#112

  • threadpool_limits and ThreadpoolController.limit now accept the string "sequential_blas_under_openmp" for the limits parameter. It should only be used for the specific case when one wants to have sequential BLAS calls within an OpenMP parallel region. It takes into account the unexpected behavior of OpenBLAS with the OpenMP threading layer. joblib/threadpoolctl#114

3.0.0 (2021-10-01)

  • New object threadpooctl.ThreadpoolController which holds controllers for all the supported native libraries. The states of these libraries is accessible through the info method (equivalent to threadpoolctl.threadpool_info()) and their number of threads can be limited with the limit method which can be used as a context manager (equivalent to threadpoolctl.threadpool_limits()). This is especially useful to avoid searching through all loaded shared libraries each time. joblib/threadpoolctl#95

  • Added support for OpenBLAS built for 64bit integers in Fortran. joblib/threadpoolctl#101

  • Added the possibility to use threadpoolctl.threadpool_limits and threadpooctl.ThreadpoolController as decorators through their wrap method. joblib/threadpoolctl#102

  • Fixed an attribute error when using old versions of OpenBLAS or BLIS that are missing version query functions. joblib/threadpoolctl#88 joblib/threadpoolctl#91

  • Fixed an attribute error when python is run with -OO. joblib/threadpoolctl#87

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)

Bumps [threadpoolctl](https://github.com/joblib/threadpoolctl) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/joblib/threadpoolctl/releases)
- [Changelog](https://github.com/joblib/threadpoolctl/blob/master/CHANGES.md)
- [Commits](joblib/threadpoolctl@2.2.0...3.1.0)

---
updated-dependencies:
- dependency-name: threadpoolctl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added auto merge Bring PR through devel and test, then open with prod bot created Pull request created by the ASF Discovery bot skip-release Don't bump version on prod labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merge Bring PR through devel and test, then open with prod bot created Pull request created by the ASF Discovery bot skip-release Don't bump version on prod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants