4 Commits

Author SHA1 Message Date
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
5f3a732b82 rm 0-byte 2020-07-01 10:08:14 +00:00
sthen
a0c53ac5da update to py-joblib-0.15.1, switch to FLAVOR=python3/FLAVORS=python3
has a segfault in tests, but so did the old version. scikit-learn
seems happy. adds python 3.8 support.
2020-07-01 10:07:04 +00:00
pirofti
4b679aff12 Import py-joblib required by upcoming py-scikit-learn.
Joblib is a set of tools to provide lightweight pipelining in Python.
In particular:

    transparent disk-caching of functions and lazy re-evaluation
    (memoize pattern)

    easy simple parallel computing

Joblib is optimized to be fast and robust in particular on large
data and has specific optimizations for numpy arrays. It is
BSD-licensed.

Initial work by robert@, polished by kmos@.

OK robert, kmos
2019-08-13 08:24:07 +00:00