1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: joblib
Section: python
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support (>= 0.6), python-setuptools(>= 0.6), python-nose, python-numpy
Standards-Version: 3.9.3
Homepage: http://packages.python.org/joblib/
XS-Python-Version: >=2.5
XS-Vcs-Git: git://github.com/yarikoptic/joblib.git
XS-Vcs-Browser: http://github.com/yarikoptic/joblib
Package: python-joblib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-numpy, python-nose, python-simplejson
Description: 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.
|