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

Commit

Permalink
Merge pull request #865 from holgern/0.7.X
Browse files Browse the repository at this point in the history
Backport changes to changelog and whats_new to 0.7.x branch
  • Loading branch information
holgern committed Feb 23, 2020
2 parents c6c6dcd + fdfa27a commit c50ef70
Show file tree
Hide file tree
Showing 11 changed files with 154 additions and 95 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# -- Project information -----------------------------------------------------

project = 'scikit-optimize'
copyright = '2017 - 2020, The scikit-optimize contributors.'
copyright = '2017 - 2020, scikit-optimize contributors (BSD License)'
author = 'The scikit-optimize contributors'

# The short X.Y version
Expand Down
1 change: 1 addition & 0 deletions doc/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Table Of Contents
.. toctree::
:maxdepth: 2

preface
getting_started
user_guide
auto_examples/index
Expand Down
25 changes: 25 additions & 0 deletions doc/preface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. This helps define the TOC ordering for "about us" sections. Particularly
useful for PDF output as this section is not linked from elsewhere.
.. Places global toc into the sidebar
:globalsidebartoc: True

.. _preface_menu:

.. include:: includes/big_toc_css.rst
.. include:: tune_toc.rst

==========================
Welcome to scikit-optimize
==========================

|
.. toctree::
:maxdepth: 2

install
whats_new

|
10 changes: 5 additions & 5 deletions doc/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="sk-landing-header text-dark text-monospace">scikit-optimize</h1>
<h4 class="sk-landing-subheader text-dark font-italic mb-3">Sequential model-based optimization in Python</h4>
<a class="btn sk-landing-btn mb-1" href="{{ pathto('getting_started') }}" role="button">Getting Started</a>
<a class="btn sk-landing-btn mb-1" href="whats_new/v{{ release }}.html" role="button">What's New in {{ release }}</a>
<a class="btn sk-landing-btn mb-1" href="whats_new/v{{ version }}.html" role="button">What's New in {{ release }}</a>
<a class="btn sk-landing-btn mb-1" href="https://github.com/scikit-optimize/scikit-optimize" role="button">GitHub</a>
</div>
<div class="col-md-6 d-flex">
Expand Down Expand Up @@ -106,11 +106,11 @@ <h4 class="sk-landing-subheader text-dark font-italic mb-3">Sequential model-bas
<h4 class="sk-landing-call-header">News</h4>
<ul class="sk-landing-call-list list-unstyled">
<li><strong>On-going development:</strong>
<a href="whats_new.html"><strong>What's new</strong> (Changelog)</a>
<a href="https://scikit-optimize.github.io/dev/whats_new.html"><strong>What's new</strong> (Changelog)</a>
</li>
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.2.html">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.1.html">Changelog</a>).
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.html#version-0-7-2">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.html#version-0-7-1">Changelog</a>).
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html#version-0-7">Changelog</a>).
<li><strong>April 2018.</strong> scikit-optimize 0.6 (<a href="whats_new/v0.6.html">Changelog</a>).
<li><strong>Mar 2018.</strong> scikit-optimize 0.5 (<a href="whats_new/v0.5.html">Changelog</a>).
<li><strong>Aug 2017.</strong> scikit-optimize 0.4 (<a href="whats_new/v0.4.html">Changelog</a>).
Expand Down
5 changes: 1 addition & 4 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Release notes for all scikit-optimize releases are linked in this this page.

.. toctree::
:maxdepth: 1
Version 0.8 <whats_new/v0.8.rst>
Version 0.7.3 <whats_new/v0.7.3.rst>
Version 0.7.2 <whats_new/v0.7.2.rst>
Version 0.7.1 <whats_new/v0.7.1.rst>

Version 0.7 <whats_new/v0.7.rst>
Version 0.6 <whats_new/v0.6.rst>
Version 0.5 <whats_new/v0.5.rst>
Expand Down
12 changes: 12 additions & 0 deletions doc/whats_new/_contributors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. role:: raw-html(raw)
:format: html

.. role:: raw-latex(raw)
:format: latex

.. |MajorFeature| replace:: :raw-html:`<span class="badge badge-success">Major Feature</span>` :raw-latex:`{\small\sc [Major Feature]}`
.. |Feature| replace:: :raw-html:`<span class="badge badge-success">Feature</span>` :raw-latex:`{\small\sc [Feature]}`
.. |Efficiency| replace:: :raw-html:`<span class="badge badge-info">Efficiency</span>` :raw-latex:`{\small\sc [Efficiency]}`
.. |Enhancement| replace:: :raw-html:`<span class="badge badge-info">Enhancement</span>` :raw-latex:`{\small\sc [Enhancement]}`
.. |Fix| replace:: :raw-html:`<span class="badge badge-danger">Fix</span>` :raw-latex:`{\small\sc [Fix]}`
.. |API| replace:: :raw-html:`<span class="badge badge-warning">API Change</span>` :raw-latex:`{\small\sc [API Change]}`
22 changes: 0 additions & 22 deletions doc/whats_new/v0.7.1.rst

This file was deleted.

26 changes: 0 additions & 26 deletions doc/whats_new/v0.7.2.rst

This file was deleted.

11 changes: 0 additions & 11 deletions doc/whats_new/v0.7.3.rst

This file was deleted.

124 changes: 109 additions & 15 deletions doc/whats_new/v0.7.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,116 @@
.. include:: _contributors.rst

.. currentmodule:: skopt

.. _changes_0_7_2:

Version 0.7.2
=============
**February 2020**

:mod:`skopt.optimizer`
----------------------
- |Feature| update_next() and get_results() added to Optimize and
add more examples
:pr:`837` by :user:`Holger Nahrstaedt <holgern>` and
:user:`Sigurd Carlsen <sigurdcarlsen>`
- |Fix| Fix random forest regressor (Add missing min_impurity_decrease)
:pr:`829` by :user:`Holger Nahrstaedt <holgern>`

:mod:`skopt.utils`
------------------
- |Enhancement| Add expected_minimum_random_sampling
:pr:`830` by :user:`Holger Nahrstaedt <holgern>`
- |FIX| Return ordereddict in point_asdict and add some more unit tests.
:pr:`840` by :user:`Holger Nahrstaedt <holgern>`
- |Enhancement| Added `check_list_types` and `check_dimension_names`
:pr:`803` by :user:`Hvass-Labs <Hvass-Labs>` and
:user:`Holger Nahrstaedt <holgern>`

:mod:`skopt.plots`
------------------
- |Enhancement| Add more parameter to plot_objective and more plot examples
:pr:`830` by :user:`Holger Nahrstaedt <holgern>` and
:user:`Sigurd Carlsen <sigurdcarlsen>`

:mod:`skopt.searchcv`
---------------------
- |Fix| Fix searchcv rank (issue #831)
:pr:`832` by :user:`Holger Nahrstaedt <holgern>`

:mod:`skopt.space`
------------------
* |Fix| Fix integer normalize by using round()
:pr:`830` by :user:`Holger Nahrstaedt <holgern>`

Miscellaneous
-------------
* |Fix| Fix doc examples
* |Fix| Fix license detection in github
:pr:`827` by :user:`Holger Nahrstaedt <holgern>`
* |Enhancement| Add doctest to CI

.. _changes_0_7_1:

Version 0.7.1
=============
**February 2020**

:mod:`skopt.space`
------------------
* |Fix| Fix categorical space (issue #821)
:pr:`823` by :user:`Holger Nahrstaedt <holgern>`
* |Enhancement| int can be set as dtype to fix issue #790
:pr:`807` by :user:`Holger Nahrstaedt <holgern>`
* |Feature| New StringEncoder, can be used in Categoricals
* Remove string conversion in Identity
* |Enhancement| dtype can be set in Integer and Real

Miscellaneous
-------------
- Sphinx documentation
:pr:`809` by :user:`Holger Nahrstaedt <holgern>`
- notebooks are replaced by sphinx-gallery
:pr:`811` by :user:`Holger Nahrstaedt <holgern>`
- Improve sphinx doc
:pr:`819` by :user:`Holger Nahrstaedt <holgern>`
- Old pdoc scripts are removed and replaced by sphinx
:pr:`822` by :user:`Holger Nahrstaedt <holgern>`

.. _changes_0_7:

Version 0.7
===========
**January 2020**

New features
------------

* Models queue has now a customizable size (model_queue_size).
* Add log-uniform prior to Integer space
* Support for plotting categorical dimensions
:mod:`skopt.optimizer`
----------------------
- |Enhancement| Models queue has now a customizable size (model_queue_size).
:pr:`803` by :user:`Kajetan Tukendorf <Bacoknight>` and
:user:`Holger Nahrstaedt <holgern>`
- |Enhancement| Add log-uniform prior to Integer space
:pr:`805` by :user:`Alex Liebscher <liebscher>`

Bug fixes
---------
:mod:`skopt.plots`
------------------
- |Enhancement| Support for plotting categorical dimensions
:pr:`806` by :user:`jkleint <jkleint>`

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

Maintenance
-----------
Miscellaneous
-------------

* joblib instead of sklearn.externals.joblib
* Improve travis CI unit tests (Different sklearn version are checked)
* Removed `versioneer` support, to keep things simple and to fix pypi deploy
- |Fix| Reduce the amount of deprecation warnings in unit tests
:pr:`808` by :user:`Holger Nahrstaedt <holgern>`
- |Fix| Reduce the amount of deprecation warnings in unit tests
:pr:`802` by :user:`Alex Liebscher <liebscher>`
- joblib instead of sklearn.externals.joblib
:pr:`776` by :user:`Vince Jankovics <vakker>`
- Improve travis CI unit tests (Different sklearn version are checked)
:pr:`804` by :user:`Holger Nahrstaedt <holgern>`
- Removed `versioneer` support, to keep things simple and to fix pypi deploy
:pr:`816` by :user:`Holger Nahrstaedt <holgern>`
11 changes: 0 additions & 11 deletions doc/whats_new/v0.8.rst

This file was deleted.

0 comments on commit c50ef70

Please sign in to comment.