10 Commits

Author SHA1 Message Date
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
sthen
b1442850dc update to py3-joblib-1.2.0 2022-10-11 09:40:18 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
sthen
ecea634fe7 update to py3-joblib-1.1.0; some tests failing but not worse than before 2021-10-26 20:35:32 +00:00
daniel
29cabbe588 update to py-joblib 1.0.1 2021-10-07 00:11:52 +00:00
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