-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Joblib 0.12.2 #11741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joblib 0.12.2 #11741
Conversation
Ok this is good to go. Merging. |
@ogrisel
(2) We get many extra warnings in the examples |
Thanks @ogrisel. Is there way to request a scikit-learn release candidate version through conda-forge (when it is ready)? I'm excited about how dask will make use of these changes and I'd like to get a build for multiple platforms. |
We have built RCs for scikit-learn in the past. If scikit-learn plans to make an RC, we'd be happy to work with them to get it released. RCs for various packages are available via |
this is making circle fail. do we have to revert for 0.20?
|
Discussion about the reported issues continued in #11771 |
Synchronize to the latest version of joblib.
includes loky: it fixes the intermittent crashes between OpenMP / Accelerate and GridSearchCV / RandomizedSearchCV;
makes it possible to better negotiate backends when using dask
better detection of the number of available CPUs and size of /dev/shm when running in containers such as docker
makes it possible to use LZ4 fast compression in load/dump
many other improvements and bug fixes.