Debian Patches
Status for scikit-optimize/0.10.2-6
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 001-doc-system-path-skopt.patch | Define system path for skopt in doc Fix for unable to find module skopt during build -define the path. |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-07-28 | ||
| 002-replace-bootstrap-js.patch | Replace bootstrap.min.js Replace bootstrap.min.js with local file in /usr/share/javascript/bootstrap/js/bootstrap.min.js |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-07-28 | ||
| 003-fix-privacy-breach-generic.patch | Fix privacy-breach-generic Replace css and js external URLs with local file URLs to avoid any privacy breach. |
Yogeswaran Umasankar <yogu@debian.org> | not-needed | 2024-07-28 | ||
| 004-reproducible-build.patch | Make the build reproducible | Chris Lamb <lamby@debian.org> | not-needed | 2024-08-06 | ||
| scikit-learn-1.6.patch | Fix mixin order scikit-learn >= 1.6 is pickier about this. |
Colin Watson <cjwatson@debian.org> | yes | debian | 2025-10-19 | |
| 005-fix-autopkgtest-test_plots.patch | Fix test_plots autopkgtest Plotting tests leave figures open, which can accumulate and increase memory usage in constrained environments (e.g. autopkgtest/CI), leading to SIGKILL (exit 137). Add an autouse pytest fixture calling plt.close("all") after each test to ensure proper cleanup without affecting test behavior. |
Yogeswaran Umasankar <yogu@debian.org> | yes | 2026-02-16 | ||
| 006-fix-regressor-validation.patch | Fix regressor validation with scikit-learn ≥ 1.6 Avoid calling is_regressor() on None or invalid objects, which raises AttributeError with scikit-learn ≥ 1.6 due to the new tag system. Reorder the check and normalize failures to ValueError, restoring expected behavior and fixing test failures. |
Yogeswaran Umasankar <yogu@debian.org> | yes | 2026-02-16 |
