This is the release note of v0.16.0. See here for the complete list of solved issues and merged PRs.
New Features
Compatibility
- Remove
_id
suffix fromBaseStorage.create_new_{study,trial}_id
methods. (#506) - Remove
InTrialStudy
class. (#491)
Bug Fixes
- Call session commit after read access. (#504)
Documents
- Add
keras_simple.py
toexamples/README.md
. (#508) - Add TPESampler docs to
create_study
function. (#502, thanks @scouvreur!) - Add link to KDD paper in README. (#500)
Examples
- Add Keras example. (#489, thanks @scouvreur!)