pkgsrc-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.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fb2ece04475
branches:  trunk
changeset: 315804:6fb2ece04475
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 30 12:20:44 2018 +0000

description:
py-joblib: updated to 0.13.0

Release 0.13.0:
   Fix nested backend in SequentialBackend to avoid changing the default
   backend to Sequential.

    Fix nested_backend behavior to avoid setting the default number of
    workers to -1 when the backend is not dask.


Release 0.12.5

    Include loky 2.3.1 with better error reporting when a worker is
    abruptly terminated. Also fixes spurious debug output.

    Include cloudpickle 0.5.6. Fix a bug with the handling of global
    variables by locally defined functions.


Release 0.12.4

    Include loky 2.3.0 with many bugfixes, notably w.r.t. when setting
    non-default multiprocessing contexts. Also include improvement on
    memory management of long running worker processes and fixed issues
    when using the loky backend under PyPy.

    Raises a more explicit exception when a corrupted MemorizedResult is loaded.

    Loading a corrupted cached file with mmap mode enabled would
    recompute the results and return them without memmory mapping.


Release 0.12.3

    Fix joblib import setting the global start_method for multiprocessing.

    Fix MemorizedResult not picklable.

    Fix Memory, MemorizedFunc and MemorizedResult round-trip pickling +
    unpickling.

    Fixed a regression in Memory when positional arguments are called as
    kwargs several times with different values.

    Integration of loky 2.2.2 that fixes issues with the selection of the
    default start method and improve the reporting when calling functions
    with arguments that raise an exception when unpickling.

    Prevent MemorizedFunc.call_and_shelve from loading cached results to
    RAM when not necessary. Results in big performance improvements

diffstat:

 devel/py-joblib/Makefile |   4 ++--
 devel/py-joblib/PLIST    |  11 ++++++++++-
 devel/py-joblib/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r 5f61557c7e40 -r 6fb2ece04475 devel/py-joblib/Makefile
--- a/devel/py-joblib/Makefile  Fri Nov 30 11:29:12 2018 +0000
+++ b/devel/py-joblib/Makefile  Fri Nov 30 12:20:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/14 17:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/30 12:20:44 adam Exp $
 
-DISTNAME=      joblib-0.12.2
+DISTNAME=      joblib-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/joblib/}
diff -r 5f61557c7e40 -r 6fb2ece04475 devel/py-joblib/PLIST
--- a/devel/py-joblib/PLIST     Fri Nov 30 11:29:12 2018 +0000
+++ b/devel/py-joblib/PLIST     Fri Nov 30 12:20:44 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/14 17:39:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/30 12:20:44 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/joblib/__init__.py
 ${PYSITELIB}/joblib/__init__.pyc
@@ -114,6 +114,9 @@
 ${PYSITELIB}/joblib/externals/loky/backend/utils.py
 ${PYSITELIB}/joblib/externals/loky/backend/utils.pyc
 ${PYSITELIB}/joblib/externals/loky/backend/utils.pyo
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.py
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyc
+${PYSITELIB}/joblib/externals/loky/cloudpickle_wrapper.pyo
 ${PYSITELIB}/joblib/externals/loky/process_executor.py
 ${PYSITELIB}/joblib/externals/loky/process_executor.pyc
 ${PYSITELIB}/joblib/externals/loky/process_executor.pyo
@@ -263,6 +266,9 @@
 ${PYSITELIB}/joblib/test/test_memory.py
 ${PYSITELIB}/joblib/test/test_memory.pyc
 ${PYSITELIB}/joblib/test/test_memory.pyo
+${PYSITELIB}/joblib/test/test_module.py
+${PYSITELIB}/joblib/test/test_module.pyc
+${PYSITELIB}/joblib/test/test_module.pyo
 ${PYSITELIB}/joblib/test/test_my_exceptions.py
 ${PYSITELIB}/joblib/test/test_my_exceptions.pyc
 ${PYSITELIB}/joblib/test/test_my_exceptions.pyo
@@ -278,6 +284,9 @@
 ${PYSITELIB}/joblib/test/test_parallel.py
 ${PYSITELIB}/joblib/test/test_parallel.pyc
 ${PYSITELIB}/joblib/test/test_parallel.pyo
+${PYSITELIB}/joblib/test/test_store_backends.py
+${PYSITELIB}/joblib/test/test_store_backends.pyc
+${PYSITELIB}/joblib/test/test_store_backends.pyo
 ${PYSITELIB}/joblib/test/test_testing.py
 ${PYSITELIB}/joblib/test/test_testing.pyc
 ${PYSITELIB}/joblib/test/test_testing.pyo
diff -r 5f61557c7e40 -r 6fb2ece04475 devel/py-joblib/distinfo
--- a/devel/py-joblib/distinfo  Fri Nov 30 11:29:12 2018 +0000
+++ b/devel/py-joblib/distinfo  Fri Nov 30 12:20:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/08/14 17:39:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/11/30 12:20:44 adam Exp $
 
-SHA1 (joblib-0.12.2.tar.gz) = 9634a6a2f88d6a64bae5a0e488eb37177391506c
-RMD160 (joblib-0.12.2.tar.gz) = 609a47ce9d00d4dd274140a2833f0bda096b36c7
-SHA512 (joblib-0.12.2.tar.gz) = 9bf93c89681f59d17e735c228d3379df5dff67b4365b59ddea1a062f9547c376e5870e4ece83af8e7cda1ae30e2a2893a4a009e03b7fec798d3574e8ab060267
-Size (joblib-0.12.2.tar.gz) = 289249 bytes
+SHA1 (joblib-0.13.0.tar.gz) = 9faa28c77d166f5d72f8827e08b7f44db8c0e321
+RMD160 (joblib-0.13.0.tar.gz) = 3495d1367e26d340aeea310bf2a3e38fba5b223f
+SHA512 (joblib-0.13.0.tar.gz) = af61e1cb36964f550f631e3f7bb886ee6ac012af91c575ea4a6fece667b1003eb164958d2767393361afb75e66bc143a60dcaedb1dd7f35ce8163c28462d9eae
+Size (joblib-0.13.0.tar.gz) = 1576411 bytes



Home | Main Index | Thread Index | Old Index