python-threadpoolctl 2.1.0-1 source package in Ubuntu

Changelog

python-threadpoolctl (2.1.0-1) unstable; urgency=medium

  * New upstream version 2.1.0
    - No changes needed.

 -- Christian Kastner <email address hidden>  Wed, 29 Jul 2020 21:31:35 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-threadpoolctl_2.1.0-1.dsc 2.0 KiB c914fe66b2d80781203b7ff1ee0d980321e387bf94ea80770d8bf79acf2f25cf
python-threadpoolctl_2.1.0.orig.tar.gz 24.7 KiB 314ef000fb78883c653a5644ffd202ffda8b874006c6bbe90de0db7db08ff9f3
python-threadpoolctl_2.1.0-1.debian.tar.xz 2.3 KiB 52ddd38bfc1c133555711081a39c5a2423a51d7e682a8f7f073d0338fa9b6fb4

Available diffs

No changes file available.

Binary packages built by this source

python3-threadpoolctl: Python helpers for common threading libraries (BLAS, OpenMP)

 Thread-pool Controls provides Python helpers to limit the number of threads
 used in the threadpool-backed of common native libraries used for scientific
 computing and data science (e.g. BLAS and OpenMP).
 .
 Fine control of the underlying thread-pool size can be useful in workloads
 that involve nested parallelism so as to mitigate oversubscription issues.