Path to this page:
Subject: CVS commit: pkgsrc/devel/py-joblib
From: Adam Ciarcinski
Date: 2019-02-14 10:01:45
Message id: 20190214090145.9B0C8FB16@cvs.NetBSD.org
Log Message:
py-joblib: updated to 0.13.2
0.13.2:
Add a non-regression test, reporting that cloudpickle versions between 0.5.4 and \
0.7 introduced a bug where global variables changes in a parent process between \
two calls to joblib.Parallel would not be propagated into the workers
0.13.1:
Memory now accepts pathlib.Path objects as location parameter. Also, a warning \
is raised if the returned backend is None while location is not None.
Make Parallel raise an informative RuntimeError when the active parallel backend \
has zero worker.
Make the DaskDistributedBackend wait for workers before trying to schedule work. \
This is useful in particular when the workers are provisionned dynamically but \
provisionning is not immediate (for instance using Kubernetes, Yarn or an HPC \
job queue).
Files: