Package: python-joblib Source: joblib Version: 0.5.4-1~nd11.10+1 Architecture: all Maintainer: NeuroDebian Maintainers Installed-Size: 228 Depends: neurodebian-popularity-contest, python, python-support (>= 0.90.0) Recommends: python-numpy, python-nose, python-simplejson Homepage: http://packages.python.org/joblib/ Priority: optional Section: python Filename: pool/main/j/joblib/python-joblib_0.5.4-1~nd11.10+1_all.deb Size: 44446 SHA256: 0f9de04f3956eb061ef49c4f9c09989afd88c8dae54b4cd82efec2e4756719c2 SHA1: f27ddf6fa3a9ffcff511405028f98f11a630bbb8 MD5sum: 0cb865b72dda5dba64968f3c3e99deab 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.