.. 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 ` and :user:`Sigurd Carlsen ` - |Fix| Fix random forest regressor (Add missing min_impurity_decrease) by :user:`Holger Nahrstaedt ` :mod:`skopt.utils` ------------------ - |Enhancement| Add expected_minimum_random_sampling by :user:`Holger Nahrstaedt ` - |FIX| Return ordereddict in point_asdict and add some more unit tests. by :user:`Holger Nahrstaedt ` - |Enhancement| Added `check_list_types` and `check_dimension_names` by :user:`Hvass-Labs ` and :user:`Holger Nahrstaedt ` :mod:`skopt.plots` ------------------ - |Enhancement| Add more parameter to plot_objective and more plot examples by :user:`Holger Nahrstaedt ` and :user:`Sigurd Carlsen ` :mod:`skopt.searchcv` --------------------- - |Fix| Fix searchcv rank (issue #831) by :user:`Holger Nahrstaedt ` :mod:`skopt.space` ------------------ * |Fix| Fix integer normalize by using round() by :user:`Holger Nahrstaedt ` Miscellaneous ------------- * |Fix| Fix doc examples * |Fix| Fix license detection in github by :user:`Holger Nahrstaedt ` * |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 ` * |Enhancement| int can be set as dtype to fix issue #790 by :user:`Holger Nahrstaedt ` * |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 ` - notebooks are replaced by sphinx-gallery by :user:`Holger Nahrstaedt ` - Improve sphinx doc by :user:`Holger Nahrstaedt ` - Old pdoc scripts are removed and replaced by sphinx by :user:`Holger Nahrstaedt ` .. _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 ` and :user:`Holger Nahrstaedt ` - |Enhancement| Add log-uniform prior to Integer space by :user:`Alex Liebscher ` :mod:`skopt.plots` ------------------ - |Enhancement| Support for plotting categorical dimensions by :user:`jkleint ` :mod:`skopt.searchcv` --------------------- - |Fix| Allow BayesSearchCV to work with sklearn 0.21. by :user:`Kit Choi ` Miscellaneous ------------- - |Fix| Reduce the amount of deprecation warnings in unit tests by :user:`Holger Nahrstaedt ` - |Fix| Reduce the amount of deprecation warnings in unit tests by :user:`Alex Liebscher ` - joblib instead of sklearn.externals.joblib by :user:`Vince Jankovics ` - Improve travis CI unit tests (Different sklearn version are checked) by :user:`Holger Nahrstaedt ` - Removed `versioneer` support, to keep things simple and to fix pypi deploy by :user:`Holger Nahrstaedt `