python-threadpoolctl 3.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Adapt to new upstream build process
  * Add dependencies needed for tests
  * Add autopkgtest
  * Add patch Skip-CPU-architecture-tests.patch
  * Update d/watch
  * Bump copyrights
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility to 13

 -- Christian Kastner <email address hidden>  Thu, 10 Feb 2022 13:27:50 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-threadpoolctl_3.1.0-1.dsc 2.3 KiB 50c46020ce5fe507bc00df33e2bf4929b6adddb4c100165f756910023b528e5e
python-threadpoolctl_3.1.0.orig.tar.gz 29.2 KiB 449b806f9147a3cf28ed7ec6389dbff9c450331d695873ab75dea79fe661f1e7
python-threadpoolctl_3.1.0-1.debian.tar.xz 3.2 KiB 9f6c7986e584d13cb5703101695ea69a157675428fd1a2ac0036453d79012b45

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.