.. 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
  by :user:`Holger Nahrstaedt <holgern>` and
  :user:`Sigurd Carlsen <sigurdcarlsen>`
- |Fix| Fix random forest regressor (Add missing min_impurity_decrease)
  by :user:`Holger Nahrstaedt <holgern>`

:mod:`skopt.utils`
------------------
- |Enhancement| Add expected_minimum_random_sampling
  by :user:`Holger Nahrstaedt <holgern>`
- |FIX| Return ordereddict in point_asdict and add some more unit tests.
  by :user:`Holger Nahrstaedt <holgern>`
- |Enhancement| Added `check_list_types` and `check_dimension_names`
  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
  by :user:`Holger Nahrstaedt <holgern>` and
  :user:`Sigurd Carlsen <sigurdcarlsen>`

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

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

Miscellaneous
-------------
* |Fix| Fix doc examples
* |Fix| Fix license detection in github
  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)
  by :user:`Holger Nahrstaedt <holgern>`
* |Enhancement| int can be set as dtype to fix issue #790
  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
  by :user:`Holger Nahrstaedt <holgern>`
- notebooks are replaced by sphinx-gallery
  by :user:`Holger Nahrstaedt <holgern>`
- Improve sphinx doc
  by :user:`Holger Nahrstaedt <holgern>`
- Old pdoc scripts are removed and replaced by sphinx
  by :user:`Holger Nahrstaedt <holgern>`

.. _changes_0_7:

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

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

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

:mod:`skopt.searchcv`
---------------------
- |Fix| Allow BayesSearchCV to work with sklearn 0.21.
  by :user:`Kit Choi <kitchoi>`

Miscellaneous
-------------

- |Fix| Reduce the amount of deprecation warnings in unit tests
  by :user:`Holger Nahrstaedt <holgern>`
- |Fix| Reduce the amount of deprecation warnings in unit tests
  by :user:`Alex Liebscher <liebscher>`
- joblib instead of sklearn.externals.joblib
  by :user:`Vince Jankovics <vakker>`
- Improve travis CI unit tests (Different sklearn version are checked)
  by :user:`Holger Nahrstaedt <holgern>`
- Removed `versioneer` support, to keep things simple and to fix pypi deploy
  by :user:`Holger Nahrstaedt <holgern>`
