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.0.0 #413

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2021

Bumps threadpoolctl from 2.2.0 to 3.0.0.

Changelog

Sourced from threadpoolctl's changelog.

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
  • 2e5e67e Release 3.0.0 (#106)
  • 74bdf10 FEA Add possibility to use threadpool_limits as a decorator (#102)
  • d09d20f FIX make the num_threads attribute dynamic (#104)
  • 75cff96 add test for openblas threading layer (#103)
  • d14aea1 ENH Add support for OpenBLAS built for 64bit integers in Fortran (#101)
  • 0ef9667 [MRG] FEA Make it possible to pass pre-inspected modules to threadpool_limit ...
  • 63a22f9 MNT use fstrings when possible (#98)
  • 3f95895 put back the decorator (#100)
  • 05ba3b4 MNT Blackify the code base (#96)
  • 708aabf use lru_cache for realpath (#97)
  • Additional commits viewable in compare view

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 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 Oct 5, 2021
Bumps [threadpoolctl](https://github.com/joblib/threadpoolctl) from 2.2.0 to 3.0.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.0.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 force-pushed the dependabot/pip/prod/threadpoolctl-3.0.0 branch from 97d58d6 to 9c5cc8f Compare October 8, 2021 23:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2022

Superseded by #427.

@dependabot dependabot bot closed this Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/prod/threadpoolctl-3.0.0 branch February 1, 2022 05:08
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