IABSD.fr/ports/math/py-scikit-learn

Branch :


Log

Author Commit Date CI Message
6802ac41 2023-01-17 00:19:04 update sklearn to 1.2.0 ok pirofti@ (MAINTAINER)
d858b7cc 2022-11-26 23:28:11 Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on setuptools (it's used as a package locator but importlib.metadata in newer Python core or the external importlib_metadata are preferred). So drop the RDEP in that case (it's still kept for py27) and bump revisions.
dae9f91e 2022-11-13 15:28:39 bump for MODPY_DEFAULT_VERSION_3 change
ab45f39a 2022-03-11 19:36:11 drop RCS Ids
cd102b7b 2022-02-28 03:47:03 we have pytest >= 5.0.1 now
af20690c 2022-01-02 22:42:56 update sklearn to 1.0.2 This update includes a fix for (currently disputed) CVE-2020-28975 which affects sklearn version 0.23.2. ok pirofti@ (MAINTAINER)
3fb7cdbc 2021-11-02 00:01:35 bump REVISION for switch from Python 3.8 -> 3.9
d80c4180 2021-01-04 14:06:26 regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7
32db1043 2020-11-14 19:20:31 py-scikit-learn uses C++11, so needs ports-gcc for base-gcc arches. ok daniel
f49cc8e7 2020-10-28 04:04:04 unbreak sklearn by updating to 0.23.2 Doing "import sklearn" resulted in breakage at runtime due to sklearn 0.20.3 not being compatible with python 3.8. In addition: - add WANTLIB - rework the DEPs for the new version - remove SKLEARN_NO_OPENMP which was dropped in commit 9876f748 Breakage initially reported by James Cook (who provided many pointers on moving forward) and also tested the update.