Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@disktnk disktnk released this 05 Oct 09:55
· 709 commits to master since this release
d947d92

Release v0.6.0

New features

  • support column visibility (#156)

    • show last "y" values such as loss or accuracy, support results sorting by the last loss or other "y" values
  • show legends at all times (#163)

  • add --db option to use external database (#153)

    • CHAINERUI_DB_URL environment variable is also supported
    • add "Use exteranal database" chapter on official document (#169)

Improvements

  • introduce collapsable line config area (#178)
  • follow width of result name cell with column length (#170)
    • fix a position of ellipsis
  • support long key name, names are word-wrapped (#179, #180)

Bug fixes and refactoring

  • fix position of checkboxes and radio buttons broken by upgraded bootstrap (#175)
  • drop automatically format fixing on javascript lint (#162)
  • add connection checker between server and database (#167)