OpenBSD CVS

CVS log for ports/sysutils/py-joblib/Makefile


[BACK] Up to [local] / ports / sysutils / py-joblib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Mon May 6 12:23:59 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 13 15:29:47 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 11 09:40:18 2022 UTC (19 months, 3 weeks ago) by sthen
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (unified)

update to py3-joblib-1.2.0

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 11 19:57:52 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.6: +0 -2 lines
Diff to previous 1.6 (unified)

drop RCS Ids

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 2 00:02:33 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 20:35:32 2021 UTC (2 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

update to py3-joblib-1.1.0; some tests failing but not worse than before

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 00:11:52 2021 UTC (2 years, 7 months ago) by daniel
Branch: MAIN
Changes since 1.3: +5 -6 lines
Diff to previous 1.3 (unified)

update to py-joblib 1.0.1

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 3 21:13:11 2020 UTC (3 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

bump REVISION; python 3 default changed to 3.8

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 1 10:07:04 2020 UTC (3 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (unified)

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.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 13 08:24:07 2019 UTC (4 years, 9 months ago) by pirofti
Branch: pirofti
CVS Tags: pirofti_20190813, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 13 08:24:07 2019 UTC (4 years, 9 months ago) by pirofti
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.