Package: scikit-optimize / 0.10.2-5

Metadata

Package Version Patches format
scikit-optimize 0.10.2-5 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 !
1 file changed, 1 insertion(+)

 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 !
doc/themes/scikit-learn-modern/static/js/vendor/bootstrap.min.js | 6 0 + 6 - 0 !
2 files changed, 1 insertion(+), 7 deletions(-)

 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 !
doc/auto_examples/sampler/sg_execution_times.rst | 6 3 + 3 - 0 !
doc/auto_examples/sg_execution_times.rst | 6 3 + 3 - 0 !
doc/sg_execution_times.rst | 6 3 + 3 - 0 !
4 files changed, 12 insertions(+), 12 deletions(-)

 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 !
1 file changed, 7 insertions(+), 1 deletion(-)

 make the build reproducible
scikit learn 1.6.patch | (download)

skopt/learning/gbrt.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix mixin order

scikit-learn >= 1.6 is pickier about this.