Path to this page:
Subject: CVS commit: pkgsrc/parallel/py-threadpoolctl
From: Adam Ciarcinski
Date: 2023-07-17 21:41:04
Message id: 20230717194104.C79D2FBDB@cvs.NetBSD.org
Log Message:
py-threadpoolctl: updated to 3.2.0
3.2.0 (2023-07-13)
==================
- 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
- 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_openmp.md.
https://github.com/joblib/threadpoolctl/pull/142
Files: