Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 09:44
· 2603 commits to main since this release

CHANGES

New features

optuna-dashboard v0.4.0

Bug fixes

  • Fix a bug when trials are pruned with no intermediate values (#70)
  • Avoid to set value=null on GraphSlice (#74)
  • Fix sorting option of DataGrid (#81)

Improvements

  • Reduce the size of attr values (#65)
  • Make the calculation of intersection search space faster (#57 and #80)
  • Visual improvements of GraphSlice, GraphContour, and GraphParetoFront (#75)

Others

  • Add visual regression tests (#72, #76, #82, and #83)
  • Run visual regression tests on GitHub Actions (#85)
  • Introduce isort: sorting import statements alphabetically (#77)