Skip to content

Bump joblib from 0.17.0 to 1.0.0

WKDV Bot requested to merge dependabot/pip/joblib-1.0.0 into develop

Bumps joblib from 0.17.0 to 1.0.0.

Changelog

Sourced from joblib's changelog.

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.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/1136

  • Remove deprecated check_pickle argument in delayed. https://github.com/joblib/joblib/pull/903

Commits

Merge request reports