Bump joblib from 0.17.0 to 1.0.0
Bumps joblib from 0.17.0 to 1.0.0.
Changelog
Sourced from joblib's changelog.
1.0.0
Make
joblib.hash
andjoblib.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.Memorycache invalidated when either
joblibor a third party library involved in the cached values definition is upgraded. In particular, users updating
joblibto a release that includes this fix will see their previous cache invalidated if they contained reference to
numpy` objects. https://github.com/joblib/joblib/pull/1136Remove deprecated
check_pickle
argument indelayed
. https://github.com/joblib/joblib/pull/903
Commits
-
302c241
Fix description in PKG-INFO -
4eaa202
Release 1.0.0 -
4759d63
MAINT make it possible to build the doc without fork start_method (#1138) -
69f2b09
Fixnumpy.dtype
hashing fornumpy >= 1.20
(#1136) -
87b6e94
Update some joblib-dask integration tests (#1132) -
8c2cbd9
Removecheck_pickle
argument indelayed
. (#903) -
53a8173
CI fix download link for pypy (#1114) -
07a01e0
DOC: fix rst formating (#1112) -
8eeb88c
Back to dev mode - See full diff in compare view