v0.9.0
Pre-release
Pre-release
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_idwithTrial.numberin dashboard. (#345) - Deprecate
Trial.trial_idattribute. (#344) - Replace
Trial.trial_idwithTrial.numberin 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.integrationfor Python 3.x. (#334)
Documents
- Fix code block for resuming study in
rdb.rst. (#328, thanks @usernameandme!)