joblib 0.17.0-4 source package in Ubuntu

Changelog

joblib (0.17.0-4) unstable; urgency=medium

  * Team upload
  * Fix byte-order consistency/mismatch for cross-endian platform
  * Update debian/watch

 -- Graham Inggs <email address hidden>  Sat, 12 Jun 2021 08:19:09 +0000

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

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_0.17.0-4.dsc 2.2 KiB bb89cf498a41962da9f5864d0226fe3f1e280179a4fcbdd6c1671a8c63ef2d19
joblib_0.17.0.orig.tar.gz 337.9 KiB 6dd8d75808624ac60434a3c6de4623dc49e4f9f3332501b467c36b0fbfdd54c9
joblib_0.17.0-4.debian.tar.xz 7.5 KiB a0c9575a67dc17f895739781e4aed747e1e2ac8e6b5f69429d09cb5bd072e7df

Available diffs

No changes file available.

Binary packages built by this source

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.