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 #827 by Holger Nahrstaedt

  • Enhancement Add doctest to CI

Version 0.7.1

February 2020

skopt.space

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

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

skopt.searchcv

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

Miscellaneous