joblib 1.1.0-2 source package in Ubuntu

Changelog

joblib (1.1.0-2) unstable; urgency=medium

  * Team upload.
  * Transition from experimental -> unstable
    (Closes: #1002356, #999527)

 -- Nilesh Patra <email address hidden>  Sat, 16 Jul 2022 20:58:55 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_1.1.0-2.dsc 2.2 KiB dada2c4e3b372d250e17248c3e9fa7a4d4b0eb62bf257987f77ef31894f5f205
joblib_1.1.0.orig.tar.gz 342.2 KiB 4cda464ca712a4814849c9477d7551b696ce215dc05d79fc516460814ef48f4f
joblib_1.1.0-2.debian.tar.xz 6.3 KiB 0a41f7fef9ea29b165d74d2f6ca9909361c11417c6e8a12d0ccf8b251984dc12

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.