joblib 0.8.3-1 source package in Ubuntu
Changelog
joblib (0.8.3-1) unstable; urgency=medium * New upstream minor release -- Yaroslav Halchenko <email address hidden> Sat, 06 Sep 2014 20:10:23 -0400
Upload details
- Uploaded by:
- Yaroslav Halchenko
- Uploaded to:
- Sid
- Original maintainer:
- Yaroslav Halchenko
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
joblib_0.8.3-1.dsc | 1.3 KiB | 349b56a225e070e8928972452a7e14ccf4d8881c895d63d1f30a00eebb522524 |
joblib_0.8.3.orig.tar.gz | 95.1 KiB | 71e0c1fcbadc5d557e5c4fee6ae01d04c765acd8738ac2d1e234643c40d41349 |
joblib_0.8.3-1.debian.tar.xz | 4.9 KiB | 39813965db8173374bc11fea2b57deae62b2f7d0fe1a503c8a86002f634f37c0 |
Available diffs
No changes file available.
Binary packages built by this source
- 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.
- 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.