joblib 0.14.0-2 source package in Ubuntu

Changelog

joblib (0.14.0-2) unstable; urgency=medium

  * Parallel build (default since d/compat > 9) seems to fail thus force
    non parallel build

 -- Andreas Tille <email address hidden>  Sat, 23 Nov 2019 12:36:56 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
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-2.dsc 2.2 KiB 2bc5a622389f79bbf8eb0399f112e1d5485d0ecdd5e15d6aefd2441bdd7a228e
joblib_0.14.0.orig.tar.gz 329.4 KiB 9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707
joblib_0.14.0-2.debian.tar.xz 6.5 KiB 6cbedced486925f11dbebac722e236dbaefa21e72c252d140b56a812eac7c6b0

Available diffs

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.