This is the release note of v0.9.0. See here for the complete list of solved issues and merged PRs.
New Features
Compatibility
- Replace
Trial.trial_id
withTrial.number
in dashboard. (#345) - Deprecate
Trial.trial_id
attribute. (#344) - Replace
Trial.trial_id
withTrial.number
in reference, tutorial, and examples. (#342, #341, #340, #339, #338, #337) - Remove direction argument from
Study.__init__
. (#335)
Examples
- Add TensorFlow examples. (#323)
Enhancements
- Apply lazy import in
optuna.integration
for Python 3.x. (#334)
Documents
- Fix code block for resuming study in
rdb.rst
. (#328, thanks @usernameandme!)