Bump threadpoolctl from 2.2.0 to 3.1.0
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_limitsandThreadpoolController.limitnow accept the string "sequential_blas_under_openmp" for thelimitsparameter. 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#1143.0.0 (2021-10-01)
New object
threadpooctl.ThreadpoolControllerwhich holds controllers for all the supported native libraries. The states of these libraries is accessible through theinfomethod (equivalent tothreadpoolctl.threadpool_info()) and their number of threads can be limited with thelimitmethod which can be used as a context manager (equivalent tothreadpoolctl.threadpool_limits()). This is especially useful to avoid searching through all loaded shared libraries each time. joblib/threadpoolctl#95Added support for OpenBLAS built for 64bit integers in Fortran. joblib/threadpoolctl#101
Added the possibility to use
threadpoolctl.threadpool_limitsandthreadpooctl.ThreadpoolControlleras decorators through theirwrapmethod. joblib/threadpoolctl#102Fixed 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
0b554d6Release 3.1.0 (#119)9dad513Workaround for openblas + openmp threading layer (#114)77a9170MNT Add Prescott to the expected openblas archs (#117)9fac583MNT Use flit_core build-backend (#116)41cef87MTN add cron job to run CI (#118)07c6f66CI upgrade macos vm image (#115)4420d82FIX BLAS detection conda-forge + Windows (#112)3279d27Add VORTEX to test_architecture (#113)47bc586add Zen openblas arch (#111)ab57822CLN correct typos (#109)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)