Changelog

v1.1.0

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)

v1.0.0

This is the first stable version of Osprey