Hanra-s-work / point_one_robot_car

This is the repository that was chosen to be used for an autonomous car project.
MIT License
0 stars 0 forks source link

Update dependency threadpoolctl to v3.5.0 #156

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
threadpoolctl ==3.1.0 -> ==3.5.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

joblib/threadpoolctl (threadpoolctl) ### [`v3.5.0`](https://togithub.com/joblib/threadpoolctl/blob/HEAD/CHANGES.md#350-2024-04-29) [Compare Source](https://togithub.com/joblib/threadpoolctl/compare/3.4.0...3.5.0) \================== - Added support for the Scientific Python version of OpenBLAS (https://github.com/MacPython/openblas-libs), which exposes symbols with different names than the ones of the original OpenBLAS l[https://github.com/joblib/threadpoolctl/pull/175](https://togithub.com/joblib/threadpoolctl/pull/175)ctl/pull/175 ### [`v3.4.0`](https://togithub.com/joblib/threadpoolctl/blob/HEAD/CHANGES.md#340-2024-03-20) [Compare Source](https://togithub.com/joblib/threadpoolctl/compare/3.3.0...3.4.0) \================== - Added support for Python interpreters statically linked against libc or linked against alternative implementations of libc like musl (on Alpine Linux for instanc[https://github.com/joblib/threadpoolctl/pull/171](https://togithub.com/joblib/threadpoolctl/pull/171)pull/171 - Added support for Pyodide [https://github.com/joblib/threadpoolctl/pull/169](https://togithub.com/joblib/threadpoolctl/pull/169)/169 ### [`v3.3.0`](https://togithub.com/joblib/threadpoolctl/blob/HEAD/CHANGES.md#330-2024-02-14) [Compare Source](https://togithub.com/joblib/threadpoolctl/compare/3.2.0...3.3.0) \================== - Extended FlexiBLAS support to be able to switch backend at runtime. [https://github.com/joblib/threadpoolctl/pull/163](https://togithub.com/joblib/threadpoolctl/pull/163)/163 - Added support for FlexiBLAS [https://github.com/joblib/threadpoolctl/pull/156](https://togithub.com/joblib/threadpoolctl/pull/156)/156 - Fixed a bug where an unsupported library would be detected because it shares a common prefix with one of the supported libraries. Now the symbols are also checked to identify the supported lib[https://github.com/joblib/threadpoolctl/pull/151](https://togithub.com/joblib/threadpoolctl/pull/151)ctl/pull/151 ### [`v3.2.0`](https://togithub.com/joblib/threadpoolctl/blob/HEAD/CHANGES.md#320-2023-07-13) [Compare Source](https://togithub.com/joblib/threadpoolctl/compare/3.1.0...3.2.0) \================== - Dropped support for Python 3.6 and 3.7. - Added support for custom library controllers. Custom controllers must inherit from the `threadpoolctl.LibController` class and be registered to threadpoolctl using the `threadpoolctl.register` function. [https://github.com/joblib/threadpoolctl/pull/138](https://togithub.com/joblib/threadpoolctl/pull/138)/138 - A warning is raised on macOS when threadpoolctl finds both Intel OpenMP and LLVM OpenMP runtimes loaded simultaneously by the same Python program. See details and workarounds at https://github.com/joblib/threadpoolctl/blob/master/multiple_ope[https://github.com/joblib/threadpoolctl/pull/142](https://togithub.com/joblib/threadpoolctl/pull/142)ctl/pull/142

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.