shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.87k stars 331 forks source link

Update joblib to 1.0.0 #283

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates joblib from 0.16.0 to 1.0.0.

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.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. https://github.com/joblib/joblib/pull/1136 - Remove deprecated `check_pickle` argument in `delayed`. https://github.com/joblib/joblib/pull/903 ``` ### 0.17.0 ``` -------------- - Fix a spurious invalidation of `Memory.cache`'d functions called with `Parallel` under Jupyter or IPython. https://github.com/joblib/joblib/pull/1093 - Bump vendored loky to 2.9.0 and cloudpickle to 1.6.0. In particular this fixes a problem to add compat for Python 3.9. ```
Links - PyPI: https://pypi.org/project/joblib - Changelog: https://pyup.io/changelogs/joblib/ - Docs: https://joblib.readthedocs.io