Path to this page:
Subject: CVS commit: pkgsrc/devel/py-joblib
From: Adam Ciarcinski
Date: 2021-10-07 21:38:32
Message id: 20211007193832.2D9CBFA97@cvs.NetBSD.org
Log Message:
py-joblib: updated to 1.1.0
Release 1.1.0
Fix byte order inconsistency issue during deserialization using joblib.load in \
cross-endian environment: the numpy arrays are now always loaded to use the \
system byte order, independently of the byte order of the system that serialized \
the pickle. https://github.com/joblib/joblib/pull/1181
Fix joblib.Memory bug with the ignore parameter when the cached function is a \
decorated function. https://github.com/joblib/joblib/pull/1165
Fix joblib.Memory to properly handle caching for functions defined interactively \
in a IPython session or in Jupyter notebook cell. \
https://github.com/joblib/joblib/pull/1214
Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from version 1.6 \
to 2.0) https://github.com/joblib/joblib/pull/1218
Files: