Goptuna v0.1.0 Release Notes

Release Date: 2019-08-22 // over 4 years ago
  • New feature

    • โž• Add logger interface (#46)
    • โž• Add validation for trial.SuggestXXX methods (#41)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix inconsistent state of trials (#50)
    • โž• Add transaction for creating trial (#36)
    • ๐Ÿ›  Fix 'Too many SQL variables' error by separate queries to get all trials (#33)
    • Encode attr values to the format which is loadable from Python's json module. (#35)

    API changes

    • ๐Ÿ†• New pruner interface (#47)
    • โœ‚ Remove FrozenTrial.ParamsInIR field (#20)