Skip to content

Commit 81cba3c

Browse files
committed
Pushing the docs for revision for branch: master, commit cff7d30044e487c6e8ba9c220955db87474aebec
1 parent 7ffb065 commit 81cba3c

File tree

105 files changed

+304
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+304
-280
lines changed
Binary file not shown.
Binary file not shown.

_sources/auto_examples/ask-and-tell.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ and report the value back to the optimizer:
175175
fun: -0.032758350111535384
176176
func_vals: array([-0.03275835])
177177
models: []
178-
random_state: RandomState(MT19937) at 0x7F0518481A40
178+
random_state: RandomState(MT19937) at 0x7F56FAD76A40
179179
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='identity')])
180180
specs: None
181181
x: [-1.7121321838148869]
@@ -312,7 +312,7 @@ meantime:
312312
313313
.. rst-class:: sphx-glr-timing
314314

315-
**Total running time of the script:** ( 0 minutes 2.757 seconds)
315+
**Total running time of the script:** ( 0 minutes 3.277 seconds)
316316

317317

318318
.. _sphx_glr_download_auto_examples_ask-and-tell.py:

_sources/auto_examples/bayesian-optimization.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ provide the following information:
267267
n_restarts_optimizer=2, noise=0.010000000000000002,
268268
normalize_y=True, optimizer='fmin_l_bfgs_b',
269269
random_state=822569775)]
270-
random_state: RandomState(MT19937) at 0x7F0565DCFA40
270+
random_state: RandomState(MT19937) at 0x7F57486C4A40
271271
space: Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')])
272-
specs: {'args': {'func': <function f at 0x7f05683ecca0>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
272+
specs: {'args': {'func': <function f at 0x7f574b16ee50>, 'dimensions': Space([Real(low=-2.0, high=2.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
273273
kernel=1**2 * Matern(length_scale=1, nu=2.5),
274274
n_restarts_optimizer=2, noise=0.010000000000000002,
275275
normalize_y=True, optimizer='fmin_l_bfgs_b',
276-
random_state=822569775), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7F0565DCFA40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
276+
random_state=822569775), 'n_calls': 15, 'n_random_starts': 5, 'acq_func': 'EI', 'acq_optimizer': 'auto', 'x0': None, 'y0': None, 'random_state': RandomState(MT19937) at 0x7F57486C4A40, 'verbose': False, 'callback': None, 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
277277
x: [-0.35076964213550554]
278278
x_iters: [[-0.009345334109402526], [1.2713537644662787], [0.4484475787090836], [1.0854396754496047], [1.4426790855107496], [0.9698921802985794], [-0.4464493263345515], [-0.6474638307563569], [-0.35076964213550554], [-0.28714768066245777], [-0.2968537677230516], [-2.0], [2.0], [-1.3149517821938494], [-0.3218160845454081]]
279279
@@ -305,7 +305,7 @@ the last iteration:
305305
.. code-block:: none
306306
307307
308-
<matplotlib.axes._subplots.AxesSubplot object at 0x7f05684473a0>
308+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f574b11c670>
309309
310310
311311
@@ -476,7 +476,7 @@ because the GP does not gain anything more by further exploration:
476476

477477
.. rst-class:: sphx-glr-timing
478478

479-
**Total running time of the script:** ( 0 minutes 2.991 seconds)
479+
**Total running time of the script:** ( 0 minutes 3.117 seconds)
480480

481481

482482
.. _sphx_glr_download_auto_examples_bayesian-optimization.py:

_sources/auto_examples/exploration-vs-exploitation.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ recalculated.
562562

563563
.. rst-class:: sphx-glr-timing
564564

565-
**Total running time of the script:** ( 0 minutes 52.811 seconds)
565+
**Total running time of the script:** ( 1 minutes 2.911 seconds)
566566

567567

568568
.. _sphx_glr_download_auto_examples_exploration-vs-exploitation.py:

_sources/auto_examples/hyperparameter-optimization.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ Convergence plot
207207
.. code-block:: none
208208
209209
210-
<matplotlib.axes._subplots.AxesSubplot object at 0x7f05686a7f10>
210+
<matplotlib.axes._subplots.AxesSubplot object at 0x7f574b1448e0>
211211
212212
213213
214214
215215
.. rst-class:: sphx-glr-timing
216216

217-
**Total running time of the script:** ( 1 minutes 26.638 seconds)
217+
**Total running time of the script:** ( 1 minutes 43.528 seconds)
218218

219219

220220
.. _sphx_glr_download_auto_examples_hyperparameter-optimization.py:

_sources/auto_examples/interruptible-optimization.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ and pass it to the minimizer:
163163
n_restarts_optimizer=2, noise='gaussian',
164164
normalize_y=True, optimizer='fmin_l_bfgs_b',
165165
random_state=655685735)]
166-
random_state: RandomState(MT19937) at 0x7F0565DCFA40
166+
random_state: RandomState(MT19937) at 0x7F57486C4A40
167167
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
168-
specs: {'args': {'func': <function obj_fun at 0x7f05683e6d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
168+
specs: {'args': {'func': <function obj_fun at 0x7f574ae8cd30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
169169
kernel=1**2 * Matern(length_scale=1, nu=2.5),
170170
n_restarts_optimizer=2, noise='gaussian',
171171
normalize_y=True, optimizer='fmin_l_bfgs_b',
172-
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7F0565DCFA40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f04e39bceb0>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
172+
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [-20.0], 'y0': None, 'random_state': RandomState(MT19937) at 0x7F57486C4A40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f56c61d4d00>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
173173
x: [20.0]
174174
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]]
175175
@@ -321,14 +321,14 @@ The previous results can then be used to continue the optimization process:
321321
n_restarts_optimizer=2, noise='gaussian',
322322
normalize_y=True, optimizer='fmin_l_bfgs_b',
323323
random_state=655685735)]
324-
random_state: RandomState(MT19937) at 0x7F0565DCFA40
324+
random_state: RandomState(MT19937) at 0x7F57486C4A40
325325
space: Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')])
326-
specs: {'args': {'func': <function obj_fun at 0x7f05683e6d30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
326+
specs: {'args': {'func': <function obj_fun at 0x7f574ae8cd30>, 'dimensions': Space([Real(low=-20.0, high=20.0, prior='uniform', transform='normalize')]), 'base_estimator': GaussianProcessRegressor(alpha=1e-10, copy_X_train=True,
327327
kernel=1**2 * Matern(length_scale=1, nu=2.5),
328328
n_restarts_optimizer=2, noise='gaussian',
329329
normalize_y=True, optimizer='fmin_l_bfgs_b',
330330
random_state=655685735), 'n_calls': 10, 'n_random_starts': 0, 'acq_func': 'LCB', 'acq_optimizer': 'auto', 'x0': [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0]], 'y0': array([-0.04682088, -0.08228249, -0.00653801, -0.07133619, 0.09063509,
331-
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7F0565DCFA40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f04e39bceb0>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
331+
0.07662367, 0.08260541, -0.13236828, -0.17524445, 0.10024491]), 'random_state': RandomState(MT19937) at 0x7F57486C4A40, 'verbose': False, 'callback': [<skopt.callbacks.CheckpointSaver object at 0x7f56c61d4d00>], 'n_points': 10000, 'n_restarts_optimizer': 5, 'xi': 0.01, 'kappa': 1.96, 'n_jobs': 1, 'model_queue_size': None}, 'function': 'base_minimize'}
332332
x: [20.0]
333333
x_iters: [[-20.0], [20.0], [20.0], [-20.0], [-20.0], [20.0], [-20.0], [20.0], [20.0], [20.0], [20.0], [20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0], [-20.0]]
334334
@@ -350,7 +350,7 @@ for more information on how the results get saved and possible caveats
350350

351351
.. rst-class:: sphx-glr-timing
352352

353-
**Total running time of the script:** ( 0 minutes 3.989 seconds)
353+
**Total running time of the script:** ( 0 minutes 4.301 seconds)
354354

355355

356356
.. _sphx_glr_download_auto_examples_interruptible-optimization.py:

_sources/auto_examples/optimizer-with-different-base-estimator.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Test different kernels
292292

293293
.. rst-class:: sphx-glr-timing
294294

295-
**Total running time of the script:** ( 0 minutes 11.542 seconds)
295+
**Total running time of the script:** ( 0 minutes 12.725 seconds)
296296

297297

298298
.. _sphx_glr_download_auto_examples_optimizer-with-different-base-estimator.py:

_sources/auto_examples/parallel-optimization.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ scikit-optimize.
119119
120120
.. rst-class:: sphx-glr-timing
121121

122-
**Total running time of the script:** ( 1 minutes 23.928 seconds)
122+
**Total running time of the script:** ( 1 minutes 21.826 seconds)
123123

124124

125125
.. _sphx_glr_download_auto_examples_parallel-optimization.py:

_sources/auto_examples/plots/partial-dependence-plot-with-categorical.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ parsing a list as the pars argument:
190190

191191
.. rst-class:: sphx-glr-timing
192192

193-
**Total running time of the script:** ( 0 minutes 25.249 seconds)
193+
**Total running time of the script:** ( 0 minutes 26.657 seconds)
194194

195195

196196
.. _sphx_glr_download_auto_examples_plots_partial-dependence-plot-with-categorical.py:

_sources/auto_examples/plots/partial-dependence-plot.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ as the minimum argument:
259259

260260
.. rst-class:: sphx-glr-timing
261261

262-
**Total running time of the script:** ( 3 minutes 42.608 seconds)
262+
**Total running time of the script:** ( 4 minutes 0.029 seconds)
263263

264264

265265
.. _sphx_glr_download_auto_examples_plots_partial-dependence-plot.py:

_sources/auto_examples/plots/sg_execution_times.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Computation times
77
=================
8-
**11:51.881** total execution time for **auto_examples_plots** files:
8+
**13:09.927** total execution time for **auto_examples_plots** files:
99

1010
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 07:44.023 | 0.0 MB |
11+
| :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``visualizing-results.py``) | 08:43.241 | 0.0 MB |
1212
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 03:42.608 | 0.0 MB |
13+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``) | 04:00.029 | 0.0 MB |
1414
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:25.249 | 0.0 MB |
15+
| :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``) | 00:26.657 | 0.0 MB |
1616
+-----------------------------------------------------------------------------------------------------------------------------------+-----------+--------+

_sources/auto_examples/plots/visualizing-results.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ in both the placement of samples and the partial dependence plots.
359359

360360
.. rst-class:: sphx-glr-timing
361361

362-
**Total running time of the script:** ( 7 minutes 44.023 seconds)
362+
**Total running time of the script:** ( 8 minutes 43.241 seconds)
363363

364364

365365
.. _sphx_glr_download_auto_examples_plots_visualizing-results.py:

_sources/auto_examples/sg_execution_times.rst.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
Computation times
77
=================
8-
**13:22.349** total execution time for **auto_examples** files:
8+
**15:13.166** total execution time for **auto_examples** files:
99

1010
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 08:03.169 | 0.0 MB |
11+
| :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``strategy-comparison.py``) | 09:14.689 | 0.0 MB |
1212
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 01:26.638 | 0.0 MB |
13+
| :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``hyperparameter-optimization.py``) | 01:43.528 | 0.0 MB |
1414
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 01:23.928 | 0.0 MB |
15+
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:23.359 | 0.0 MB |
1616
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``sklearn-gridsearchcv-replacement.py``) | 01:11.624 | 0.0 MB |
17+
| :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``parallel-optimization.py``) | 01:21.826 | 0.0 MB |
1818
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
19-
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 00:52.811 | 0.0 MB |
19+
| :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``exploration-vs-exploitation.py``) | 01:02.911 | 0.0 MB |
2020
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
21-
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:11.542 | 0.0 MB |
21+
| :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``optimizer-with-different-base-estimator.py``) | 00:12.725 | 0.0 MB |
2222
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
23-
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:03.989 | 0.0 MB |
23+
| :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``interruptible-optimization.py``) | 00:04.301 | 0.0 MB |
2424
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
25-
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:02.991 | 0.0 MB |
25+
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:03.433 | 0.0 MB |
2626
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
27-
| :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``store-and-load-results.py``) | 00:02.899 | 0.0 MB |
27+
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:03.277 | 0.0 MB |
2828
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+
29-
| :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``ask-and-tell.py``) | 00:02.757 | 0.0 MB |
29+
| :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``bayesian-optimization.py``) | 00:03.117 | 0.0 MB |
3030
+---------------------------------------------------------------------------------------------------------------------------+-----------+--------+

_sources/auto_examples/sklearn-gridsearchcv-replacement.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ calculated with `total_iterations` property, as in the code below.
364364
365365
.. rst-class:: sphx-glr-timing
366366

367-
**Total running time of the script:** ( 1 minutes 11.624 seconds)
367+
**Total running time of the script:** ( 1 minutes 23.359 seconds)
368368

369369

370370
.. _sphx_glr_download_auto_examples_sklearn-gridsearchcv-replacement.py:

_sources/auto_examples/store-and-load-results.rst.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ We will use the same optimization problem as in the
9595
9696
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
9797
warnings.warn("The objective has been evaluated "
98+
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
99+
warnings.warn("The objective has been evaluated "
100+
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
101+
warnings.warn("The objective has been evaluated "
102+
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
103+
warnings.warn("The objective has been evaluated "
104+
/root/project/skopt/optimizer/optimizer.py:409: UserWarning: The objective has been evaluated at this point before.
105+
warnings.warn("The objective has been evaluated "
98106
99107
100108
@@ -152,7 +160,7 @@ And load from file using :class:`skopt.load`:
152160
.. code-block:: none
153161
154162
155-
-0.44942475469808835
163+
-0.3086229194859892
156164
157165
158166
@@ -186,7 +194,7 @@ level (highest in this case):
186194
.. code-block:: none
187195
188196
Without compression: 80120 bytes
189-
Compressed with gz: 25128 bytes
197+
Compressed with gz: 21396 bytes
190198
191199
192200
@@ -274,7 +282,7 @@ copy is created:
274282
275283
.. rst-class:: sphx-glr-timing
276284

277-
**Total running time of the script:** ( 0 minutes 2.899 seconds)
285+
**Total running time of the script:** ( 0 minutes 3.433 seconds)
278286

279287

280288
.. _sphx_glr_download_auto_examples_store-and-load-results.py:

_sources/auto_examples/strategy-comparison.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Note that this can take a few minutes.
206206
.. code-block:: none
207207
208208
209-
<matplotlib.legend.Legend object at 0x7f04e397d9d0>
209+
<matplotlib.legend.Legend object at 0x7f56c6240820>
210210
211211
212212
@@ -227,7 +227,7 @@ values that are below the true value simply because they are fluctuations.
227227

228228
.. rst-class:: sphx-glr-timing
229229

230-
**Total running time of the script:** ( 8 minutes 3.169 seconds)
230+
**Total running time of the script:** ( 9 minutes 14.689 seconds)
231231

232232

233233
.. _sphx_glr_download_auto_examples_strategy-comparison.py:

_sources/whats_new.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Release notes for all scikit-optimize releases are linked in this this page.
77

88
.. toctree::
99
:maxdepth: 1
10-
10+
Version 0.8 <whats_new/v0.8.rst>
11+
Version 0.7.2 <whats_new/v0.7.2.rst>
1112
Version 0.7.1 <whats_new/v0.7.1.rst>
1213
Version 0.7 <whats_new/v0.7.rst>
1314
Version 0.6 <whats_new/v0.6.rst>

0 commit comments

Comments
 (0)