Version 0.7.2#

February 2020

skopt.optimizer#

skopt.utils#

skopt.plots#

skopt.searchcv#

skopt.space#

Miscellaneous#

  • Fix Fix doc examples

  • Fix Fix license detection in github by Holger Nahrstaedt

  • Enhancement Add doctest to CI

Version 0.7.1#

February 2020

skopt.space#

  • Fix Fix categorical space (issue #821) by Holger Nahrstaedt

  • Enhancement int can be set as dtype to fix issue #790 by 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#

Version 0.7#

January 2020

skopt.optimizer#

skopt.plots#

  • Enhancement Support for plotting categorical dimensions by jkleint

skopt.searchcv#

  • Fix Allow BayesSearchCV to work with sklearn 0.21. by Kit Choi

Miscellaneous#

  • Fix Reduce the amount of deprecation warnings in unit tests by Holger Nahrstaedt

  • Fix Reduce the amount of deprecation warnings in unit tests by Alex Liebscher

  • joblib instead of sklearn.externals.joblib by Vince Jankovics

  • Improve travis CI unit tests (Different sklearn version are checked) by Holger Nahrstaedt

  • Removed versioneer support, to keep things simple and to fix pypi deploy by Holger Nahrstaedt