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

v0.8.0

Compare
Choose a tag to compare
@holgern holgern released this 03 Sep 15:11
· 1 commit to 0.8.X since this release
  • n_jobs support was added to Optimizer and fixed for forest_minimize #884

  • Allow dimension selection for plot_objective and plot_evaluations and add plot_histogram and plot_objective_2D. Plot code has been refactored. #848

  • Initial sampling generation from latin hypercube, sobol, hammersly and halton is possible and can be set in all optimizers #835

  • Improve sampler and add grid sampler #851

  • Fix library for scikit-learn >= 0.23. numpy MaskArray is replaced by numpy.ma.array. y_normalize=False has been added and initial runs has been increased. #939

  • Integer transform and inverse_transform for normalize #880

  • Add is_constant property to dimension and n_constant_dimensions property to Space #883

  • Skip constant dimensions for plot_objective and plot_evaluations to allow plots using BayesSearchCV #888

  • Fix Fix Optimizer for full categorical spaces #874

  • Improve circle ci #852

  • Add project toml and adapt minimal numpy, scipy, pyyaml and joblib version in setup.py #850