Package: scikit-optimize / 0.10.2-6
Metadata
| Package | Version | Patches format |
|---|---|---|
| scikit-optimize | 0.10.2-6 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 001 doc system path skopt.patch | (download) |
doc/conf.py |
1 1 + 0 - 0 ! |
define system path for skopt in doc Fix for unable to find module skopt during build -define the path. |
| 002 replace bootstrap js.patch | (download) |
doc/themes/scikit-learn-modern/layout.html |
2 1 + 1 - 0 ! |
replace bootstrap.min.js Replace bootstrap.min.js with local file in /usr/share/javascript/bootstrap/js/bootstrap.min.js |
| 003 fix privacy breach generic.patch | (download) |
doc/auto_examples/plots/sg_execution_times.rst |
6 3 + 3 - 0 ! |
fix privacy-breach-generic Replace css and js external URLs with local file URLs to avoid any privacy breach. |
| 004 reproducible build.patch | (download) |
doc/conf.py |
8 7 + 1 - 0 ! |
make the build reproducible |
| scikit learn 1.6.patch | (download) |
skopt/learning/gbrt.py |
2 1 + 1 - 0 ! |
fix mixin order scikit-learn >= 1.6 is pickier about this. |
| 005 fix autopkgtest test_plots.patch | (download) |
skopt/tests/test_plots.py |
10 10 + 0 - 0 ! |
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.
|
| 006 fix regressor validation.patch | (download) |
skopt/optimizer/optimizer.py |
9 7 + 2 - 0 ! |
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. |
