8000 Merge pull request #865 from holgern/0.7.X · scikit-optimize/scikit-optimize@c50ef70 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit c50ef70

Browse files
authored
Merge pull request #865 from holgern/0.7.X
Backport changes to changelog and whats_new to 0.7.x branch
2 parents c6c6dcd + fdfa27a commit c50ef70

File tree

11 files changed

+154
-95
lines changed

11 files changed

+154
-95
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# -- Project information -----------------------------------------------------
3535

3636
project = 'scikit-optimize'
37-
copyright = '2017 - 2020, The scikit-optimize contributors.'
37+
copyright = '2017 - 2020, scikit-optimize contributors (BSD License)'
3838
author = 'The scikit-optimize contributors'
3939

4040
# The short X.Y version

doc/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Table Of Contents
1414
.. toctree::
1515
:maxdepth: 2
1616

17+
preface
1718
getting_started
1819
user_guide
1920
auto_examples/index

doc/preface.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. This helps define the TOC ordering for "about us" sections. Particularly
2+
useful for PDF output as this section is not linked from elsewhere.
3+
4+
.. Places global toc into the sidebar
5+
6+
:globalsidebartoc: True
7+
8+
.. _preface_menu:
9+
10+
.. include:: includes/big_toc_css.rst
11+
.. include:: tune_toc.rst
12+
13+
==========================
14+
Welcome to scikit-optimize
15+
==========================
16+
17+
|
18+
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
install
23+
whats_new
24+
25+
|

doc/templates/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="sk-landing-header text-dark text-monospace">scikit-optimize</h1>
99
<h4 class="sk-landing-subheader text-dark font-italic mb-3">Sequential model-based optimization in Python</h4>
1010
<a class="btn sk-landing-btn mb-1" href="{{ pathto('getting_started') }}" role="button">Getting Started</a>
11-
<a class="btn sk-landing-btn mb-1" href="whats_new/v{{ release }}.html" role="button">What's New in {{ release }}</a>
11+
<a class="btn sk-landing-btn mb-1" href="whats_new/v{{ version }}.html" role="button">What's New in {{ release }}</a>
1212
<a class="btn sk-landing-btn mb-1" href="https://github.com/scikit-optimize/scikit-optimize" role="button">GitHub</a>
1313
</div>
1414
<div class="col-md-6 d-flex">
@@ -106,11 +106,11 @@ <h4 class="sk-landing-subheader text-dark font-italic mb-3">Sequential model-bas
106106
<h4 class="sk-landing-call-header">News</h4>
107107
<ul class="sk-landing-call-list list-unstyled">
108108
<li><strong>On-going development:</strong>
109-
<a href="whats_new.html"><strong>What's new</strong> (Changelog)</a>
109+
<a href="https://scikit-optimize.github.io/dev/whats_new.html"><strong>What's new</strong> (Changelog)</a>
110110
</li>
111-
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.2.html">Changelog</a>).
112-
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.1.html">Changelog</a>).
113-
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html">Changelog</a>).
111+
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.html#version-0-7-2">Changelog</a>).
112+
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.html#version-0-7-1">Changelog</a>).
113+
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html#version-0-7">Changelog</a>).
114114
<li><strong>April 2018.</strong> scikit-optimize 0.6 (<a href="whats_new/v0.6.html">Changelog</a>).
115115
<li><strong>Mar 2018.</strong> scikit-optimize 0.5 (<a href="whats_new/v0.5.html">Changelog</a>).
116116
<li><strong>Aug 2017.</strong> scikit-optimize 0.4 (<a href="whats_new/v0.4.html">Changelog</a>).

doc/whats_new.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ Release notes for all scikit-optimize releases are linked in this this page.
77

88
.. toctree::
99
:maxdepth: 1
10-
Version 0.8 <whats_new/v0.8.rst>
11-
Version 0.7.3 <whats_new/v0.7.3.rst>
12-
Version 0.7.2 <whats_new/v0.7.2.rst>
13-
Version 0.7.1 <whats_new/v0.7.1.rst>
10+
1411
Version 0.7 <whats_new/v0.7.rst>
1512
Version 0.6 <whats_new/v0.6.rst>
1613
Version 0.5 <whats_new/v0.5.rst>

doc/whats_new/_contributors.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. role:: raw-html(raw)
2+
:format: html
3+
4+
.. role:: raw-latex(raw)
5+
:format: latex
6+
7+
.. |MajorFeature| replace:: :raw-html:`<span class="badge badge-success">Major Feature</span>` :raw-latex:`{\small\sc [Major Feature]}`
8+
.. |Feature| replace:: :raw-html:`<span class="badge badge-success">Feature</span>` :raw-latex:`{\small\sc [Feature]}`
9+
.. |Efficiency| replace:: :raw-html:`<span class="badge badge-info">Efficiency</span>` :raw-latex:`{\small\sc [Efficiency]}`
10+
.. |Enhancement| replace:: :raw-html:`<span class="badge badge-info">Enhancement</span>` :raw-latex:`{\small\sc [Enhancement]}`
11+
.. |Fix| replace:: :raw-html:`<span class="badge badge-danger">Fix</span>` :raw-latex:`{\small\sc [Fix]}`
12+
.. |API| replace:: :raw-html:`<span class="badge badge-warning">API Change</span>` :raw-latex:`{\small\sc [API Change]}`

doc/whats_new/v0.7.1.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

doc/whats_new/v0.7.2.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

doc/whats_new/v0.7.3.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/whats_new/v0.7.rst

Lines changed: 109 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,116 @@
1+
.. include:: _contributors.rst
2+
3+
.. currentmodule:: skopt
4+
5+
.. _changes_0_7_2:
6+
7+
Version 0.7.2
8+
=============
9+
**February 2020**
10+
11+
:mod:`skopt.optimizer`
12+
----------------------
13+
- |Feature| update_next() and get_results() added to Optimize and
14+
add more examples
15+
:pr:`837` by :user:`Holger Nahrstaedt <holgern>` and
16+
:user:`Sigurd Carlsen <sigurdcarlsen>`
17+
- |Fix| Fix random forest regressor (Add missing min_impurity_decrease)
18+
:pr:`829` by :user:`Holger Nahrstaedt <holgern>`
19+
20+
:mod:`skopt.utils`
21+
------------------
22+
- |Enhancement| Add expected_minimum_random_sampling
23+
:pr:`830` by :user:`Holger Nahrstaedt <holgern>`
24+
- |FIX| Return ordereddict in point_asdict and add some more unit tests.
25+
:pr:`840` by :user:`Holger Nahrstaedt <holgern>`
26+
- |Enhancement| Added `check_list_types` and `check_dimension_names`
27+
:pr:`803` by :user:`Hvass-Labs <Hvass-Labs>` and
28+
:user:`Holger Nahrstaedt <holgern>`
29+
30+
:mod:`skopt.plots`
31+
------------------
32+
- |Enhancement| Add more parameter to plot_objective and more plot examples
33+
:pr:`830` by :user:`Holger Nahrstaedt <holgern>` and
34+
:user:`Sigurd Carlsen <sigurdcarlsen>`
35+
36+
:mod:`skopt.searchcv`
37+
---------------------
38+
- |Fix| Fix searchcv rank (issue #831)
39+
:pr:`832` by :user:`Holger Nahrstaedt <holgern>`
40+
41+
:mod:`skopt.space`
42+
------------------
43+
* |Fix| Fix integer normalize by using round()
44+
:pr:`830` by :user:`Holger Nahrstaedt <holgern>`
45+
46+
Miscellaneous
47+
-------------
48+
* |Fix| Fix doc examples
49+
* |Fix| Fix license detection in github
50+
:pr:`827` by :user:`Holger Nahrstaedt <holgern>`
51+
* |Enhancement| Add doctest to CI
52+
53+
.. _changes_0_7_1:
54+
55+
Version 0.7.1
56+
=============
57+
**February 2020**
58+
59+
:mod:`skopt.space`
60+
------------------
61+
* |Fix| Fix categorical space (issue #821)
62+
:pr:`823` by :user:`Holger Nahrstaedt <holgern>`
63+
* |Enhancement| int can be set as dtype to fix issue #790
64+
:pr:`807` by :user:`Holger Nahrstaedt <holgern>`
65+
* |Feature| New StringEncoder, can be used in Categoricals
66+
* Remove string conversion in Identity
67+
* |Enhancement| dtype can be set in Integer and Real
68+
69+
Miscellaneous
70+
-------------
71+
- Sphinx documentation
72+
:pr:`809` by :user:`Holger Nahrstaedt <holgern>`
73+
- notebooks are replaced by sphinx-gallery
74+
:pr:`811` by :user:`Holger Nahrstaedt <holgern>`
75+
- Improve sphinx doc
76+
:pr:`819` by :user:`Holger Nahrstaedt <holgern>`
77+
- Old pdoc scripts are removed and replaced by sphinx
78+
:pr:`822` by :user:`Holger Nahrstaedt <holgern>`
79+
80+
.. _changes_0_7:
81+
182
Version 0.7
283
===========
84+
**January 2020**
385

4-
New features
5-
------------
6-
7-
* Models queue has now a customizable size (model_queue_size).
8-
* Add log-uniform prior to Integer space
9-
* Support for plotting categorical dimensions
86+
:mod:`skopt.optimizer`
87+
----------------------
88+
- |Enhancement| Models queue has now a customizable size (model_queue_size).
89+
:pr:`803` by :user:`Kajetan Tukendorf <Bacoknight>` and
90+
:user:`Holger Nahrstaedt <holgern>`
91+
- |Enhancement| Add log-uniform prior to Integer space
92+
:pr:`805` by :user:`Alex Liebscher <liebscher>`
1093

11-
Bug fixes
12-
---------
94+
:mod:`skopt.plots`
95+
------------------
96+
- |Enhancement| Support for plotting categorical dimensions
97+
:pr:`806` by :user:`jkleint <jkleint>`
1398

14-
* Allow BayesSearchCV to work with sklearn 0.21
15-
* Reduce the amount of deprecation warnings in unit tests
99+
:mod:`skopt.searchcv`
100+
---------------------
101+
- |Fix| Allow BayesSearchCV to work with sklearn 0.21.
102+
:pr:`777` by :user:`Kit Choi <kitchoi>`
16103

17-
Maintenance
18-
-----------
104+
Miscellaneous
105+
-------------
19106

20-
* joblib instead of sklearn.externals.joblib
21-
* Improve travis CI unit tests (Different sklearn version are checked)
22-
* Removed `versioneer` support, to keep things simple and to fix pypi deploy
107+
- |Fix| Reduce the amount of deprecation warnings in unit tests
108+
:pr:`808` by :user:`Holger Nahrstaedt <holgern>`
109+
- |Fix| Reduce the amount of deprecation warnings in unit tests
110+
:pr:`802` by :user:`Alex Liebscher <liebscher>`
111+
- joblib instead of sklearn.externals.joblib
112+
:pr:`776` by :user:`Vince Jankovics <vakker>`
113+
- Improve travis CI unit tests (Different sklearn version are checked)
114+
:pr:`804` by :user:`Holger Nahrstaedt <holgern>`
115+
- Removed `versioneer` support, to keep things simple and to fix pypi deploy
116+
:pr:`816` by :user:`Holger Nahrstaedt <holgern>`

0 commit comments

Comments
 (0)
0