joblib 0.14.0-0.2 source package in Ubuntu

Changelog

joblib (0.14.0-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release, with support for Python 3.8. Closes: #942899.
  * d/patches/deb_skip_threadpoolctl_tests: skip threadpoolctl tests as that
    package is not yet in Debian or Ubuntu.
  * Build-depend on dh-python.

 -- Matthias Klose <email address hidden>  Fri, 22 Nov 2019 19:18:53 +0100

Upload details

Uploaded by:
Yaroslav Halchenko
Uploaded to:
Sid
Original maintainer:
Yaroslav Halchenko
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_0.14.0-0.2.dsc 2.1 KiB 3b0ef98037d660aeffaa995a59606df375ac46aa14728da56cd59ee06ccbbfad
joblib_0.14.0.orig.tar.gz 329.4 KiB 9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707
joblib_0.14.0-0.2.debian.tar.xz 6.7 KiB b6254d0efccd5ea169b82ae231489051d5020768767f03527294ddc94f90d667

No changes file available.

Binary packages built by this source

python-joblib: No summary available for python-joblib in ubuntu focal.

No description available for python-joblib in ubuntu focal.

python3-joblib: tools to provide lightweight pipelining in Python

 Joblib is a set of tools to provide lightweight pipelining in
 Python. In particular, joblib offers:
 .
  - transparent disk-caching of the output values and lazy
    re-evaluation (memoize pattern)
  - easy simple parallel computing
  - logging and tracing of the execution
 .
 Joblib is optimized to be fast and robust in particular on large,
 long-running functions and has specific optimizations for numpy arrays.
 .
 This package contains the Python 3 version.