joblib 0.14.0-0ubuntu1 source package in Ubuntu

Changelog

joblib (0.14.0-0ubuntu1) focal; urgency=medium

  * New upstream release, with support for Python 3.8.
  * d/patches/deb_skip_threadpoolctl_tests: skip threadpoolctl tests as that
    package is not yet in Debian or Ubuntu.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 23 Oct 2019 13:08:55 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 329.4 KiB 9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707
joblib_0.14.0-0ubuntu1.debian.tar.xz 6.7 KiB af916d916da56c284afb8566ed5a2186a933adc07b79b90dc0b990439dd6e734
joblib_0.14.0-0ubuntu1.dsc 2.2 KiB 9dca78a5cd5fac76721d12c0c0eefdb14ba42d872359437f52200d1dfa128d65

View changes file

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.