Path to this page:
Subject: CVS commit: pkgsrc/devel/py-joblib
From: Adam Ciarcinski
Date: 2021-01-16 22:16:35
Message id: 20210116211635.4EE7EFA9D@cvs.NetBSD.org
Log Message:
py-joblib: updated to 1.0.0
1.0.0
Make joblib.hash and joblib.Memory caching system compatible with numpy >= \
1.20.0. Also make it explicit in the documentation that users should now expect \
to have their joblib.Memory cache invalidated when either joblib or a third \
party library involved in the cached values definition is upgraded. In \
particular, users updating joblib to a release that includes this fix will see \
their previous cache invalidated if they contained reference to numpy objects.
Remove deprecated check_pickle argument in delayed.
Files: