joblib 1.3.0 is out in the wild!
joblib is a library that provides an generic way to call into thread-based, process-based and distributed parallelism (via external backends) + a way to cache expensive computation in repeated function calls on disk.
This new release provides several major new features, inclusing a `return_as="generator"` argument to the `Parallel`class to make it possible to aggregate parallel results when ready (preserving the submission order).
1/4