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.hashandjoblib.Memorycaching system compatible with `numpy= 1.20.0
. Also make it explicit in the documentation that users should now expect to have theirjoblib.Memorycache invalidated when eitherjoblibor a third party library involved in the cached values definition is upgraded. In particular, users updatingjoblibto a release that includes this fix will see their previous cache invalidated if they contained reference tonumpy` objects. https://github.com/joblib/joblib/pull/1136Remove deprecated
check_pickleargument indelayed. https://github.com/joblib/joblib/pull/903
Commits
-
302c241Fix description in PKG-INFO -
4eaa202Release 1.0.0 -
4759d63MAINT make it possible to build the doc without fork start_method (#1138) -
69f2b09Fixnumpy.dtypehashing fornumpy >= 1.20(#1136) -
87b6e94Update some joblib-dask integration tests (#1132) -
8c2cbd9Removecheck_pickleargument indelayed. (#903) -
53a8173CI fix download link for pypy (#1114) -
07a01e0DOC: fix rst formating (#1112) -
8eeb88cBack to dev mode - See full diff in compare view