This is the release note of v0.12.0. See here for the complete list of solved issues and merged PRs.
New Features
Bug Fixes
- Fix the error that occurs when using a study that contains old trials. (#415)
- Synchronize when _ChainerMNTrial sets values. (#413)
- Fix a bug that
FixedTrial
cannot handle categorical parameters correctly. (#402)
Compatibility
Documents
- Fix typo of LightGBM. (#409, thanks @nmasahiro!)
- Use
optuna.load_study()
function instead ofoptuna.Study()
constructor. (#407)