Path to this page:
Subject: CVS commit: pkgsrc/devel/py-joblib
From: Adam Ciarcinski
Date: 2018-11-30 13:20:44
Message id: 20181130122045.05A40FB1F@cvs.NetBSD.org
Log Message:
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
Files: