Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@cxhernandez cxhernandez released this 06 Sep 23:35

API Changes

  • Implemented Config.trial_results, allowing convenient retrieval of
    trials as a pandas.DataFrame (#190)

New Features

  • Added random seed via CLI (#196)
  • Added DSVDatasetLoader (#175)
  • Added random_seed as a configurable parameter (#164)

Bug Fixes

  • Fixed issue where random_seed was not passed to estimator (#198)
  • Fixed bokeh.io.vplot deprecation warning (#192)
  • Fixed ungraceful failures when using GP with a single choice in
    search space (#191)
  • Fixed parsing of jumpvar (#164)