Update deskutils/calibre to version 3.21.0
[dports.git] / devel / py-joblib / pkg-descr
1 Joblib is a set of tools to provide lightweight pipelining in Python. In
2 particular, joblib offers:
3
4   * transparent disk-caching of the output values and lazy re-evaluation
5   * easy simple parallel computing
6   * logging and tracing of the execution
7
8 Joblib is optimized to be fast and robust in particular on large data and has
9 specific optimizations for numpy arrays.
10
11 WWW: https://github.com/joblib/joblib