.. _changelog: 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