python-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 2 version.

Package availability chart

Distribution

Base version

Our version

Architectures

Debian GNU/Linux 10.0 (buster)

0.13.0-2

0.13.2-1~nd100+1

i386, amd64, sparc, armel, ppc64el

Debian GNU/Linux 11.0 (bullseye)

0.17.0-4+deb11u1

Debian GNU/Linux 12.0 (bookworm)

1.2.0-4

Debian GNU/Linux 9.0 (stretch)

0.10.3+git55-g660fe5d-1

0.13.2-1~nd90+1

i386, amd64, sparc, armel

Debian testing (trixie)

1.3.2-2

Debian unstable (sid)

1.3.2-2

0.13.2-1~nd+1

i386, amd64, sparc, armel

Ubuntu 16.04 “Xenial Xerus” (xenial)

0.9.4-1

0.13.2-1~nd16.04+1

i386, amd64, sparc, armel

Ubuntu 18.04 “Bionic Beaver” (bionic)

0.11-1

0.13.2-1~nd18.04+1

i386, amd64, sparc, armel

Ubuntu 20.04 “Focal Fossa” (focal)

0.14.0-3

Ubuntu 22.04 “Jammy Jellyfish” (jammy)

0.17.0-4ubuntu1

Comments

blog comments powered by Disqus