scikit-learn/sklearn/externals
Olivier Grisel 40e6c43cb4
Joblib 0.12.2 (#11741)
* joblib 0.12.2

* Export _joblib's register_parallel_backend

* Use latest version of coverage
2018-08-03 12:34:25 +02:00
..
joblib Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
README MAINT: option to unvendor joblib (#11166) 2018-06-29 16:35:45 +02:00
__init__.py COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
_pilutil.py Add deprecated scipy image-related functions in externals._pilutil (#10427) 2018-01-18 14:27:59 +01:00
conftest.py MAINT: do not collect any tests in externals. 2018-01-18 10:49:33 +01:00
copy_joblib.sh Restructure access to vendored/site Joblib (#11471) 2018-07-17 18:02:11 +02:00
funcsigs.py [MRG+1] Dropping python 2.6 support (#7890) 2016-11-23 17:11:04 -05:00
setup.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
six.py MAINT Update six to version 1.4.1 2013-09-13 10:48:52 +02:00

README

This directory contains bundled external dependencies that are updated
every once in a while.

Note to developers and advanced users: setting the SKLEARN_SITE_JOBLIB to
a non null value will force scikit-learn to use the site joblib.

Note for distribution packagers: if you want to remove the duplicated
code and depend on a packaged version, we suggest that you simply do a
symbolic link in this directory.