joblib 1.2.0-4 source package in Ubuntu

Changelog

joblib (1.2.0-4) unstable; urgency=medium

  * Team upload.
  * Revert test skipping, add endianness related patch

 -- Chiara Marmo <email address hidden>  Sat, 22 Oct 2022 10:49:54 +0530

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
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_1.2.0-4.dsc 2.2 KiB 6ca1b23191893960aa241e850b843823fa2f645c7f95d7d6b83630059324437c
joblib_1.2.0.orig.tar.gz 337.3 KiB 574eca5aaeb0a06c4fe0a8e8e67b24715218fb0f9d0fdc9d4f30519100885e53
joblib_1.2.0-4.debian.tar.xz 7.5 KiB 8d4c133e400978b2e97e20e8b4c2656994d4186362fe7860bc956738ad458927

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.