Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-joblib py-joblib: updated to 0.16.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8caf2c5401a2
branches: trunk
changeset: 436865:8caf2c5401a2
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 10 14:41:36 2020 +0000
description:
py-joblib: updated to 0.16.0
Release 0.16.0
--------------
- Fix a problem in the constructors of of Parallel backends classes that
inherit from the `AutoBatchingMixin` that prevented the dask backend to
properly batch short tasks.
- Fix a problem in the way the joblib dask backend batches calls that would
badly interact with the dask callable pickling cache and lead to wrong
results or errors.
- Prevent a dask.distributed bug from surfacing in joblib's dask backend
during nested Parallel calls (due to joblib's auto-scattering feature)
- Workaround for a race condition after Parallel calls with the dask backend
that would cause low level warnings from asyncio coroutines:
diffstat:
devel/py-joblib/Makefile | 4 ++--
devel/py-joblib/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r e8cf54ac9736 -r 8caf2c5401a2 devel/py-joblib/Makefile
--- a/devel/py-joblib/Makefile Mon Aug 10 13:49:55 2020 +0000
+++ b/devel/py-joblib/Makefile Mon Aug 10 14:41:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/05/28 12:06:28 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/08/10 14:41:36 adam Exp $
-DISTNAME= joblib-0.15.1
+DISTNAME= joblib-0.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joblib/}
diff -r e8cf54ac9736 -r 8caf2c5401a2 devel/py-joblib/distinfo
--- a/devel/py-joblib/distinfo Mon Aug 10 13:49:55 2020 +0000
+++ b/devel/py-joblib/distinfo Mon Aug 10 14:41:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/05/28 12:06:28 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/08/10 14:41:36 adam Exp $
-SHA1 (joblib-0.15.1.tar.gz) = 207e8b56b5126fc847a67ea66b47ee1056a1f7f3
-RMD160 (joblib-0.15.1.tar.gz) = d03c657f210d2665259399274689c20bf50803f6
-SHA512 (joblib-0.15.1.tar.gz) = 6e64f9ab2db87b3d41873481f16c85ce2c7507a478a7e8700283ce445d876dd4b3493669afd574dc30ff951bad940f6c522ab4b36536a496bd54b326e942efe1
-Size (joblib-0.15.1.tar.gz) = 347490 bytes
+SHA1 (joblib-0.16.0.tar.gz) = db187ceeab5fc84243bed73183431cd5f6f70022
+RMD160 (joblib-0.16.0.tar.gz) = 122b5b3bc3cf5929229d9f5a4d86714ff6790895
+SHA512 (joblib-0.16.0.tar.gz) = d3784dc831bf9d658a38f84883a58773627f124cbc5b80ea94fc2e5fa4fe1a6950efc1be88711602d7394ef9ba66918b788fd1ae0f4254f2d61a2f9503a2d56e
+Size (joblib-0.16.0.tar.gz) = 349661 bytes
Home |
Main Index |
Thread Index |
Old Index